[deconz] Cleanup semantic tags (#12287)
* [deconz] Cleanup semantic tags Related to #12262 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
43d1175c78
commit
a0c31e0cfa
|
@ -28,10 +28,6 @@
|
||||||
<item-type>Switch</item-type>
|
<item-type>Switch</item-type>
|
||||||
<label>All On</label>
|
<label>All On</label>
|
||||||
<description>"On" if all lights in this group are "On", otherwise "Off".</description>
|
<description>"On" if all lights in this group are "On", otherwise "Off".</description>
|
||||||
<tags>
|
|
||||||
<tag>Status</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
<state readOnly="true"/>
|
<state readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
@ -39,20 +35,12 @@
|
||||||
<item-type>Switch</item-type>
|
<item-type>Switch</item-type>
|
||||||
<label>Any On</label>
|
<label>Any On</label>
|
||||||
<description>"On" if any light in this group is "On", otherwise "Off".</description>
|
<description>"On" if any light in this group is "On", otherwise "Off".</description>
|
||||||
<tags>
|
|
||||||
<tag>Status</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
<state readOnly="true"/>
|
<state readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="scene">
|
<channel-type id="scene">
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>Recall Scene</label>
|
<label>Recall Scene</label>
|
||||||
<tags>
|
|
||||||
<tag>Control</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
</thing:thing-descriptions>
|
</thing:thing-descriptions>
|
||||||
|
|
|
@ -166,19 +166,11 @@
|
||||||
<channel-type id="effect">
|
<channel-type id="effect">
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>Effect Channel</label>
|
<label>Effect Channel</label>
|
||||||
<tags>
|
|
||||||
<tag>Control</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="effectSpeed">
|
<channel-type id="effectSpeed">
|
||||||
<item-type>Number</item-type>
|
<item-type>Number</item-type>
|
||||||
<label>Effect Speed Channel</label>
|
<label>Effect Speed Channel</label>
|
||||||
<tags>
|
|
||||||
<tag>Control</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
<state min="0" max="10" step="1"/>
|
<state min="0" max="10" step="1"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue