[deconz] Fixed wrong channel type for extended color light (#10132)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
pull/10140/head
Christoph Weitkamp 2021-02-13 12:50:20 +01:00 committed by GitHub
parent 9ee4e942e8
commit 6829ff657a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>