dustindclark / homebridge-globalcache-itach

MIT License
12 stars 3 forks source link

Defining Commands other than on and off breaks Siri capabilities to control the device #4

Open dustindclark opened 8 years ago

dustindclark commented 8 years ago

Root cause is that there are multiple switch services for a given device. Ideally, commands other than on/off would be stateless switches, but stateless switches don't appear to work (see last comment here: https://github.com/KhaosT/HAP-NodeJS/issues/134). Unless HAP supports setting state on a StatelessProgrammableSwitch, only On/Off commands can be used.

DaronLord commented 8 years ago

Version 0.1.7 fixed the issue. I was only using On/Off commands and not only does it work flawlessly but it seems to be faster. Thanks