[lifx] Cleanup semantic tags (#12274)
Related to #12262 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
1197c67bbb
commit
b25753cb17
|
@ -32,10 +32,6 @@
|
||||||
<item-type>Switch</item-type>
|
<item-type>Switch</item-type>
|
||||||
<label>HEV Cycle</label>
|
<label>HEV Cycle</label>
|
||||||
<description>Controls the HEV clean cycle of the light</description>
|
<description>Controls the HEV clean cycle of the light</description>
|
||||||
<tags>
|
|
||||||
<tag>Control</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
<config-description-ref uri="channel-type:lifx:hevcycle"/>
|
<config-description-ref uri="channel-type:lifx:hevcycle"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
@ -43,10 +39,6 @@
|
||||||
<item-type>Dimmer</item-type>
|
<item-type>Dimmer</item-type>
|
||||||
<label>Infrared</label>
|
<label>Infrared</label>
|
||||||
<description>Controls the infrared level of the light</description>
|
<description>Controls the infrared level of the light</description>
|
||||||
<tags>
|
|
||||||
<tag>Control</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="temperature">
|
<channel-type id="temperature">
|
||||||
|
@ -65,10 +57,6 @@
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>Effect</label>
|
<label>Effect</label>
|
||||||
<description>Controls the effect of the light</description>
|
<description>Controls the effect of the light</description>
|
||||||
<tags>
|
|
||||||
<tag>Control</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
<state>
|
<state>
|
||||||
<options>
|
<options>
|
||||||
<option value="off">Off</option>
|
<option value="off">Off</option>
|
||||||
|
|
Loading…
Reference in New Issue