[hue] Semantics added to channel types (#10977)
* [hue] Semantics added to channel types Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
20da017fa2
commit
b54e1026ae
|
@ -15,6 +15,10 @@
|
||||||
<item-type>Number:Illuminance</item-type>
|
<item-type>Number:Illuminance</item-type>
|
||||||
<label>Illuminance</label>
|
<label>Illuminance</label>
|
||||||
<description>Current illuminance.</description>
|
<description>Current illuminance.</description>
|
||||||
|
<tags>
|
||||||
|
<tag>Measurement</tag>
|
||||||
|
<tag>Light</tag>
|
||||||
|
</tags>
|
||||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
@ -125,6 +129,10 @@
|
||||||
<label>Temperature</label>
|
<label>Temperature</label>
|
||||||
<description>Current temperature.</description>
|
<description>Current temperature.</description>
|
||||||
<category>Temperature</category>
|
<category>Temperature</category>
|
||||||
|
<tags>
|
||||||
|
<tag>Measurement</tag>
|
||||||
|
<tag>Temperature</tag>
|
||||||
|
</tags>
|
||||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
@ -133,6 +141,9 @@
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>Alert</label>
|
<label>Alert</label>
|
||||||
<description>The alert channel allows a temporary change to the bulb’s state.</description>
|
<description>The alert channel allows a temporary change to the bulb’s state.</description>
|
||||||
|
<tags>
|
||||||
|
<tag>Alarm</tag>
|
||||||
|
</tags>
|
||||||
<state>
|
<state>
|
||||||
<options>
|
<options>
|
||||||
<option value="NONE">None</option>
|
<option value="NONE">None</option>
|
||||||
|
|
Loading…
Reference in New Issue