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

Missing ColorTemperature Characteristic and StatefulProgrammableSwitch service. #146

Open
titus-leistner opened this issue Aug 20, 2018 · 3 comments

Comments

@titus-leistner
Copy link

As the title states, the ColorTemperature Characteristic that Apple introduced in iOS 10.3 is missing. Also there is no StatefulProgrammableSwitch Service.

@ikalchev
Copy link
Owner

Here is the color temp:
https://github.com/ikalchev/HAP-python/blob/dev/pyhap/resources/characteristics.json#L185

As for the Switch, I only see a Stateless Programmable switch. Let me look into it and I will get back to you

@titus-leistner
Copy link
Author

Oh, sorry I overlooked this line in the characteristics.json. But isn't it missing in the Lightbulb service?

https://github.com/ikalchev/HAP-python/blob/dev/pyhap/resources/services.json#L292

@cdce8p
Copy link
Contributor

cdce8p commented Aug 25, 2018

Technically yes, however optional characteristics must be added manually anyway. Therefore it doesn't make that big of a difference.

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

3 participants