]> git.basschouten.com Git - openhab-addons.git/commitdiff
[millheat] Cleanup semantic tags (#12289)
authorlolodomo <lg.hc@free.fr>
Mon, 14 Feb 2022 06:48:24 +0000 (07:48 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 06:48:24 +0000 (07:48 +0100)
Related to #12262

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

index 9452c1f917cc94a61b5a05b153b6e20419a66f83..7c69e912a80a7927df08f971f244c2f2b518b0c4 100644 (file)
                <item-type>Number:Temperature</item-type>
                <label>Temperature Comfort Mode</label>
                <category>Heating</category>
-               <tags>
-                       <tag>Setpoint</tag>
-                       <tag>Temperature</tag>
-               </tags>
                <state pattern="%d %unit%" min="5" max="35" step="1"/>
        </channel-type>
        <channel-type id="sleepTemperature">
                <item-type>Number:Temperature</item-type>
                <label>Temperature Sleep Mode</label>
                <category>Heating</category>
-               <tags>
-                       <tag>Setpoint</tag>
-                       <tag>Temperature</tag>
-               </tags>
                <state pattern="%d %unit%" min="5" max="35" step="1"/>
        </channel-type>
        <channel-type id="awayTemperature">
                <label>Temperature Away Mode</label>
                <description>Set temperature away mode</description>
                <category>Heating</category>
-               <tags>
-                       <tag>Setpoint</tag>
-                       <tag>Temperature</tag>
-               </tags>
                <state pattern="%d %unit%" min="5" max="35" step="1"/>
        </channel-type>
        <channel-type id="targetTemperatureHeater">
                <item-type>Number:Temperature</item-type>
                <label>Target Temperature</label>
                <category>Heating</category>
-               <tags>
-                       <tag>Setpoint</tag>
-                       <tag>Temperature</tag>
-               </tags>
                <state pattern="%d %unit%" readOnly="true" min="5" max="35" step="1"/>
        </channel-type>
        <channel-type id="heatingActive">