Skip to content

Commit

Permalink
[deconz] Fixed wrong channel type for extended color light (#10132)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp authored Feb 13, 2021
1 parent 9ee4e94 commit 6829ff6
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 6829ff6

Please sign in to comment.