]> git.basschouten.com Git - openhab-addons.git/commitdiff
[deconz] Fixed wrong channel type for extended color light (#10132)
authorChristoph Weitkamp <github@christophweitkamp.de>
Sat, 13 Feb 2021 11:50:20 +0000 (12:50 +0100)
committerGitHub <noreply@github.com>
Sat, 13 Feb 2021 11:50:20 +0000 (12:50 +0100)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/light-thing-types.xml

index 94ef679fd4a584b932414c2fda5f933a62743d82..1e125605d3b011ec1be040563ba6291e6bfbf3c7 100644 (file)
                <category>Lightbulb</category>
                <channels>
                        <channel typeId="system.color" id="color"/>
-                       <channel typeId="system.system.color-temperature-abs" id="color_temperature"/>
+                       <channel typeId="ct" id="color_temperature"/>
                        <channel typeId="ontime" id="ontime"/>
                        <channel id="alert" typeId="alert"></channel>
                </channels>