<channel typeId="all_on" id="all_on"/>
<channel typeId="any_on" id="any_on"/>
<channel typeId="alert" id="alert"/>
- <channel typeId="color" id="color"/>
+ <channel typeId="system.color" id="color"/>
<channel typeId="ct" id="color_temperature"/>
<channel typeId="scene" id="scene"/>
</channels>
<config-description-ref uri="thing-type:deconz:sensor"/>
</thing-type>
- <channel-type id="alert">
- <item-type>String</item-type>
- <label>Alert</label>
- <category>Alarm</category>
- <command>
- <options>
- <option value="none">No Alarm</option>
- <option value="select">Blinking (short time)</option>
- <option value="lselect">Blinking (long time)</option>
- </options>
- </command>
- </channel-type>
-
<channel-type id="all_on">
<item-type>Switch</item-type>
<label>All On</label>
<state readOnly="true"/>
</channel-type>
- <channel-type id="color">
- <item-type>Color</item-type>
- <label>Color</label>
- <category>Colorpicker</category>
- <tags>
- <tag>Lighting</tag>
- </tags>
- </channel-type>
-
- <channel-type id="ct">
- <item-type>Number</item-type>
- <label>Color Temperature</label>
- <tags>
- <tag>Lighting</tag>
- </tags>
- <state pattern="%d K" min="15" max="100000" step="100"/>
- </channel-type>
-
<channel-type id="scene">
<item-type>String</item-type>
<label>Recall Scene</label>
</tags>
</channel-type>
-
</thing:thing-descriptions>
<label>On/Off Light</label>
<description>A light that can be turned on or off.</description>
<channels>
- <channel typeId="onoff" id="switch"/>
+ <channel typeId="system.power" id="switch"/>
<channel typeId="ontime" id="ontime"/>
</channels>
<description>A dimmable light.</description>
<category>Lightbulb</category>
<channels>
- <channel typeId="brightness" id="brightness"/>
+ <channel typeId="system.brightness" id="brightness"/>
<channel typeId="ontime" id="ontime"/>
<channel id="alert" typeId="alert"></channel>
</channels>
<description>A dimmable light with adjustable color temperature.</description>
<category>Lightbulb</category>
<channels>
- <channel typeId="brightness" id="brightness"/>
+ <channel typeId="system.brightness" id="brightness"/>
<channel typeId="ct" id="color_temperature"/>
<channel typeId="ontime" id="ontime"/>
<channel id="alert" typeId="alert"></channel>
<description>A dimmable light with adjustable color.</description>
<category>Lightbulb</category>
<channels>
- <channel typeId="color" id="color"/>
+ <channel typeId="system.color" id="color"/>
<channel typeId="ontime" id="ontime"/>
<channel id="alert" typeId="alert"></channel>
</channels>
<description>A dimmable light with adjustable color.</description>
<category>Lightbulb</category>
<channels>
- <channel typeId="color" id="color"/>
- <channel typeId="ct" id="color_temperature"/>
+ <channel typeId="system.color" id="color"/>
+ <channel typeId="system.system.color-temperature-abs" id="color_temperature"/>
<channel typeId="ontime" id="ontime"/>
<channel id="alert" typeId="alert"></channel>
</channels>
<state pattern="%.1f %%"/>
</channel-type>
- <channel-type id="onoff">
- <item-type>Switch</item-type>
- <label>On/Off</label>
- <category>Switch</category>
- <tags>
- <tag>Switchable</tag>
- </tags>
- </channel-type>
-
- <channel-type id="brightness">
- <item-type>Dimmer</item-type>
- <label>Brightness</label>
- <category>Slider</category>
- <tags>
- <tag>Lighting</tag>
- </tags>
- <state pattern="%.1f %%"/>
- </channel-type>
-
- <channel-type id="color">
- <item-type>Color</item-type>
- <label>Color</label>
- <category>Colorpicker</category>
- <tags>
- <tag>Lighting</tag>
- </tags>
- </channel-type>
-
<channel-type id="ct">
<item-type>Number</item-type>
<label>Color Temperature</label>
- <tags>
- <tag>Lighting</tag>
- </tags>
- <state pattern="%d K" min="15" max="100000" step="100"/>
+ <description>Controls the color temperature of the light in Kelvin</description>
+ <category>ColorLight</category>
+ <state pattern="%.0f K" min="1000" max="10000"/>
</channel-type>
<channel-type id="ontime">
<item-type>Switch</item-type>
<label>Lock</label>
</channel-type>
+
</thing:thing-descriptions>
</supported-bridge-type-refs>
<label>Color Controller</label>
<channels>
- <channel typeId="color" id="color"/>
+ <channel typeId="system.color" id="color"/>
<channel typeId="buttonevent" id="buttonevent"/>
<channel typeId="button" id="button"/>
<channel typeId="last_updated" id="last_updated"/>
<config-description-ref uri="thing-type:deconz:sensor"/>
</thing-type>
- <channel-type id="color">
- <item-type>Color</item-type>
- <label>Color</label>
- <description>Allows to control a color</description>
- <state readOnly="true"></state>
- </channel-type>
-
<thing-type id="switch">
<supported-bridge-type-refs>
<bridge-type-ref id="deconz"/>