HAP-python
HAP-python copied to clipboard
Missing ColorTemperature Characteristic and StatefulProgrammableSwitch service.
As the title states, the ColorTemperature Characteristic that Apple introduced in iOS 10.3 is missing. Also there is no StatefulProgrammableSwitch Service.
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
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
Technically yes, however optional characteristics must be added manually anyway. Therefore it doesn't make that big of a difference.