]> git.basschouten.com Git - openhab-addons.git/commitdiff
[vigicrues] Cleanup semantic tags (#12286)
authorlolodomo <lg.hc@free.fr>
Sun, 13 Feb 2022 20:49:11 +0000 (21:49 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 20:49:11 +0000 (21:49 +0100)
Related to #12262

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

index 108cb0205964beab2368e3baa6fd0d24987374ee..28cbf480c4d747f91b1e3be151e01c362378b254 100644 (file)
                <label>Current Flow</label>
                <description>Current river flow</description>
                <category>flow</category>
-               <tags>
-                       <tag>Measurement</tag>
-                       <tag>Level</tag>
-               </tags>
                <state readOnly="true" pattern="%.2f %unit%"/>
        </channel-type>
 
                <label>Observation Time</label>
                <description>Observation date and time</description>
                <category>time</category>
-               <tags>
-                       <tag>Status</tag>
-                       <tag>Timestamp</tag>
-               </tags>
                <state readOnly="true"/>
        </channel-type>
 
        <channel-type id="gauge">
                <item-type>Number:Dimensionless</item-type>
                <label>Relative Measure</label>
-               <tags>
-                       <tag>Measurement</tag>
-                       <tag>Level</tag>
-               </tags>
                <state readOnly="true" pattern="%.2f %unit%"/>
        </channel-type>
 
                <label>Comment</label>
                <description>Detailed comment</description>
                <category>text</category>
-               <tags>
-                       <tag>Status</tag>
-               </tags>
                <state readOnly="true" pattern="%s"/>
        </channel-type>
 
                <item-type>Image</item-type>
                <label>Pictogram</label>
                <description>Official pictogram associated to alert level.</description>
-               <tags>
-                       <tag>Status</tag>
-               </tags>
                <state readOnly="true"/>
        </channel-type>
 </thing:thing-descriptions>