]> git.basschouten.com Git - openhab-addons.git/commitdiff
[max] Use defined semantic tags (#12268)
authorlolodomo <lg.hc@free.fr>
Sat, 12 Feb 2022 22:11:26 +0000 (23:11 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Feb 2022 22:11:26 +0000 (23:11 +0100)
Related to #12262

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.max/src/main/resources/OH-INF/thing/thing-types.xml

index fc602df4c942f079c935d1a8b049ad4b5b5ef985..2c582e5df37dec17c873460ff58b7c78d93b95d7 100644 (file)
                <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>
                <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>
                <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>