NRCHKB / node-red-contrib-homekit-bridged

Node-RED Contribution - HomeKit Bridged : Node-RED nodes to simulate Apple HomeKit devices.
https://nrchkb.github.io
MIT License
412 stars 52 forks source link

Color lights - validating characteristics #449

Closed TheNON75 closed 11 months ago

TheNON75 commented 2 years ago

According to the HomeKit docu hue/sat must not be used together with ct, a syntax validation could be implemented.

"If this (color temperature) characteristic is included in the ”8.23 Light Bulb” (page 147), ”9.44 Hue” (page 179) and ”9.82 Saturation” (page 197) must not be included as optional characteristics in ”8.23 Light Bulb” (page 147). This characteristic must not be used for lamps which support color."

Shaquu commented 1 year ago

@TheNON75 is this still relative? I think we could add a warning, but anything more would be too much in my opinion.

TheNON75 commented 1 year ago

warning should be sufficient :)