]> git.basschouten.com Git - openhab-addons.git/commit
[hue] Allow handling of QuantityType for color temperature channel (#14024)
authorChristoph Weitkamp <github@christophweitkamp.de>
Wed, 21 Dec 2022 19:10:21 +0000 (20:10 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Dec 2022 19:10:21 +0000 (20:10 +0100)
commita0c2c76fd0f1ae64e9af6a0a2593519af5f6513b
tree850bab6d6412b5814cbd8edc1648289017dc8967
parent528140d7add8c6e5053050a68fbd0809dde722c2
[hue] Allow handling of QuantityType for color temperature channel (#14024)

* Allow handling of QuantityType for color temperature channel
* Fixed log messages and reduce log level.

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.hue/README.md
bundles/org.openhab.binding.hue/src/main/java/org/openhab/binding/hue/internal/handler/HueGroupHandler.java
bundles/org.openhab.binding.hue/src/main/java/org/openhab/binding/hue/internal/handler/HueLightHandler.java
bundles/org.openhab.binding.hue/src/main/java/org/openhab/binding/hue/internal/handler/LightStateConverter.java
bundles/org.openhab.binding.hue/src/test/java/org/openhab/binding/hue/internal/handler/HueLightHandlerTest.java