ioBroker / ioBroker.repochecker

Check the ioBroker adapter github repositories if they can be added to public ioBroker repository
MIT License
8 stars 8 forks source link

Check utils.adapter in class mode adapters #187

Open mcm1957 opened 6 months ago

mcm1957 commented 6 months ago

If an adapter is written using class mode (extends ...) then utils.adapter must not be used too.

Either adapter=utils.adapter(...) OR class mode and using this.xxxx