]> git.basschouten.com Git - openhab-addons.git/commit
[mqtt.espmilight] Automatically convert color values to color temp (#13578)
authorCody Cutrer <cody@cutrer.us>
Mon, 28 Nov 2022 23:33:49 +0000 (16:33 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2022 23:33:49 +0000 (00:33 +0100)
commit6bdcd15d9963479ff2afe6dc5806dd5c90523c2e
tree0e972da36856c53ee770f1cdce62d677996219ae
parent735089a7c71b7b45da89c8581d8d68294bdbec6a
[mqtt.espmilight] Automatically convert color values to color temp (#13578)

* [mqtt.espmilight] Automatically convert color values to color temp for RGB+CCT bulbs

Yes, it's lots of math, but references are provided. This supplants
whiteThreshold for RGB+CCT bulbs since it is far more flexible and
accurate.

Signed-off-by: Cody Cutrer <cody@cutrer.us>
bundles/org.openhab.binding.mqtt.espmilighthub/README.md
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/ConfigOptions.java
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/handler/EspMilightHubHandler.java
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/i18n/mqtt.properties
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/thing/thing-types.xml