ebaauw / homebridge-deconz

Homebridge plugin for deCONZ
Apache License 2.0
135 stars 7 forks source link

Switch service is Sensor? #28

Closed aryelevin closed 2 years ago

aryelevin commented 2 years ago

I see that Switch service is extended by DeconzService.SensorsResource, is that correct? Seems like a wrong mixup with Button service.

Thanks

ebaauw commented 2 years ago

Yes, that’s correct.

I think you’re confusing deCONZ resources, HomeKit services, Homebridge deCONZ service delegates. And wired vs wireless switches.

aryelevin commented 2 years ago

OK, so, I'll be happy to get familiar with those. I want to contribute to the development to adopt some features like switch setting per group light accessory for groups of non dimmable lights such as outlets or even the ubisys SxR which in my case being used for a water boiler etc. I have also some private stuff I'm using for my needs, so it will be very helpful to understand the project structure and terminology. Thanks a lot for the amazing work!!!