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

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

index 08a63ca52a69999686a3be9aa558e7183cce1ccf..8d17089129d9e9b5304f5e60f06c4acb1aad2179 100644 (file)
        <channel-type id="index">
                <item-type>Number</item-type>
                <label>Index</label>
-               <tags>
-                       <tag>Measurement</tag>
-               </tags>
                <state readOnly="true" pattern="%d" min="0" max="500"/>
        </channel-type>
 
        <channel-type id="index-adv" advanced="true">
                <item-type>Number</item-type>
                <label>Index</label>
-               <tags>
-                       <tag>Measurement</tag>
-               </tags>
                <state readOnly="true" pattern="%d" min="0" max="500"/>
        </channel-type>
 
                <label>@text/timestampChannelLabel</label>
                <description>@text/timestampChannelDescription</description>
                <category>time</category>
-               <tags>
-                       <tag>Status</tag>
-                       <tag>Timestamp</tag>
-               </tags>
                <state readOnly="true"/>
        </channel-type>
 
        <channel-type id="dominent">
                <item-type>String</item-type>
                <label>@text/dominentChannelLabel</label>
-               <tags>
-                       <tag>Status</tag>
-               </tags>
                <state readOnly="true">
                        <options>
                                <option value="pm25">@text/pollutantPm25</option>
                <label>@text/dewPointLabel</label>
                <description>@text/dewPointDescription</description>
                <category>Temperature</category>
-               <tags>
-                       <tag>Point</tag>
-                       <tag>Temperature</tag>
-               </tags>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>