]> git.basschouten.com Git - openhab-addons.git/commitdiff
[ipobserver] Cleanup semantic tags (#12379)
authorlolodomo <lg.hc@free.fr>
Sun, 27 Feb 2022 00:16:35 +0000 (01:16 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Feb 2022 00:16:35 +0000 (01:16 +0100)
Related to #12262

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

index 561a656bb127b2f610b3162f395016a6cc329597..05828aae100f9b2bdac3459d927b0fc4fe978e89 100644 (file)
                <label>Wind Average Speed</label>
                <description>Average Wind Speed</description>
                <category>Wind</category>
-               <tags>
-                       <tag>Measurement</tag>
-                       <tag>Wind</tag>
-               </tags>
                <state pattern="%.1f %unit%" readOnly="true"/>
        </channel-type>
        <channel-type id="windSpeed" advanced="true">
                <label>Wind Gust</label>
                <description>Wind Gust</description>
                <category>Wind</category>
-               <tags>
-                       <tag>Measurement</tag>
-                       <tag>Wind</tag>
-               </tags>
                <state pattern="%.1f %unit%" readOnly="true"/>
        </channel-type>
        <channel-type id="windMaxGust" advanced="true">
                <label>Rain Today</label>
                <description>Rain since Midnight</description>
                <category>Rain</category>
-               <tags>
-                       <tag>Measurement</tag>
-                       <tag>Rain</tag>
-               </tags>
                <state pattern="%.2f %unit%" readOnly="true"/>
        </channel-type>
        <channel-type id="rainForWeek" advanced="true">
                <label>Last Updated Time</label>
                <description>Time of the last livedata scrape</description>
                <category>Time</category>
-               <tags>
-                       <tag>Measurement</tag>
-                       <tag>Timestamp</tag>
-               </tags>
                <state readOnly="true"/>
        </channel-type>
 </thing:thing-descriptions>