[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>
|
<item-type>String</item-type>
|
||||||
<label>Mode</label>
|
<label>Mode</label>
|
||||||
<description>Thermostat Mode Setting</description>
|
<description>Thermostat Mode Setting</description>
|
||||||
<tags>
|
|
||||||
<tag>heating</tag>
|
|
||||||
</tags>
|
|
||||||
<state pattern="%s" readOnly="false">
|
<state pattern="%s" readOnly="false">
|
||||||
<options>
|
<options>
|
||||||
<option value="AUTOMATIC">AUTOMATIC</option>
|
<option value="AUTOMATIC">AUTOMATIC</option>
|
||||||
|
@ -449,7 +446,8 @@
|
||||||
<description>Current measured room temperature</description>
|
<description>Current measured room temperature</description>
|
||||||
<category>Temperature</category>
|
<category>Temperature</category>
|
||||||
<tags>
|
<tags>
|
||||||
<tag>heating</tag>
|
<tag>Measurement</tag>
|
||||||
|
<tag>Temperature</tag>
|
||||||
</tags>
|
</tags>
|
||||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
@ -460,7 +458,8 @@
|
||||||
<description>Thermostat Setpoint temperature</description>
|
<description>Thermostat Setpoint temperature</description>
|
||||||
<category>Temperature</category>
|
<category>Temperature</category>
|
||||||
<tags>
|
<tags>
|
||||||
<tag>heating</tag>
|
<tag>Setpoint</tag>
|
||||||
|
<tag>Temperature</tag>
|
||||||
</tags>
|
</tags>
|
||||||
<state min="4.5" max="30.5" step="0.5" pattern="%.1f %unit%"/>
|
<state min="4.5" max="30.5" step="0.5" pattern="%.1f %unit%"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
Loading…
Reference in New Issue