Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dustindclark opened this issue Jan 26, 2016 · 1 comment

Comments

@dustindclark
Copy link
Owner

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants