[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:
lolodomo 2022-02-08 23:03:31 +01:00 committed by GitHub
parent 20da017fa2
commit b54e1026ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,10 @@
<item-type>Number:Illuminance</item-type>
<label>Illuminance</label>
<description>Current illuminance.</description>
<tags>
<tag>Measurement</tag>
<tag>Light</tag>
</tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
@ -125,6 +129,10 @@
<label>Temperature</label>
<description>Current temperature.</description>
<category>Temperature</category>
<tags>
<tag>Measurement</tag>
<tag>Temperature</tag>
</tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
@ -133,6 +141,9 @@
<item-type>String</item-type>
<label>Alert</label>
<description>The alert channel allows a temporary change to the bulbs state.</description>
<tags>
<tag>Alarm</tag>
</tags>
<state>
<options>
<option value="NONE">None</option>