Skip to content

Commit

Permalink
[deconz] Fixed wrong channel type for extended color light (openhab#1…
Browse files Browse the repository at this point in the history
…0132)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp authored and thinkingstone committed Nov 7, 2021
1 parent 65d86b3 commit d0912f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<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>
Expand Down

0 comments on commit d0912f7

Please sign in to comment.