mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[max] Use defined semantic tags (#12268)
Related to #12262 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
e0b1c58c5a
commit
a7e6fe648d
@ -430,9 +430,6 @@
|
||||
<item-type>String</item-type>
|
||||
<label>Mode</label>
|
||||
<description>Thermostat Mode Setting</description>
|
||||
<tags>
|
||||
<tag>heating</tag>
|
||||
</tags>
|
||||
<state pattern="%s" readOnly="false">
|
||||
<options>
|
||||
<option value="AUTOMATIC">AUTOMATIC</option>
|
||||
@ -449,7 +446,8 @@
|
||||
<description>Current measured room temperature</description>
|
||||
<category>Temperature</category>
|
||||
<tags>
|
||||
<tag>heating</tag>
|
||||
<tag>Measurement</tag>
|
||||
<tag>Temperature</tag>
|
||||
</tags>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
@ -460,7 +458,8 @@
|
||||
<description>Thermostat Setpoint temperature</description>
|
||||
<category>Temperature</category>
|
||||
<tags>
|
||||
<tag>heating</tag>
|
||||
<tag>Setpoint</tag>
|
||||
<tag>Temperature</tag>
|
||||
</tags>
|
||||
<state min="4.5" max="30.5" step="0.5" pattern="%.1f %unit%"/>
|
||||
</channel-type>
|
||||
|
Loading…
Reference in New Issue
Block a user