[vigicrues] Cleanup semantic tags (#12286)

Related to #12262

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2022-02-13 21:49:11 +01:00 committed by GitHub
parent 78a5d5d6ad
commit 43d1175c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -49,10 +49,6 @@
<label>Current Flow</label> <label>Current Flow</label>
<description>Current river flow</description> <description>Current river flow</description>
<category>flow</category> <category>flow</category>
<tags>
<tag>Measurement</tag>
<tag>Level</tag>
</tags>
<state readOnly="true" pattern="%.2f %unit%"/> <state readOnly="true" pattern="%.2f %unit%"/>
</channel-type> </channel-type>
@ -61,10 +57,6 @@
<label>Observation Time</label> <label>Observation Time</label>
<description>Observation date and time</description> <description>Observation date and time</description>
<category>time</category> <category>time</category>
<tags>
<tag>Status</tag>
<tag>Timestamp</tag>
</tags>
<state readOnly="true"/> <state readOnly="true"/>
</channel-type> </channel-type>
@ -83,10 +75,6 @@
<channel-type id="gauge"> <channel-type id="gauge">
<item-type>Number:Dimensionless</item-type> <item-type>Number:Dimensionless</item-type>
<label>Relative Measure</label> <label>Relative Measure</label>
<tags>
<tag>Measurement</tag>
<tag>Level</tag>
</tags>
<state readOnly="true" pattern="%.2f %unit%"/> <state readOnly="true" pattern="%.2f %unit%"/>
</channel-type> </channel-type>
@ -113,9 +101,6 @@
<label>Comment</label> <label>Comment</label>
<description>Detailed comment</description> <description>Detailed comment</description>
<category>text</category> <category>text</category>
<tags>
<tag>Status</tag>
</tags>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
@ -123,9 +108,6 @@
<item-type>Image</item-type> <item-type>Image</item-type>
<label>Pictogram</label> <label>Pictogram</label>
<description>Official pictogram associated to alert level.</description> <description>Official pictogram associated to alert level.</description>
<tags>
<tag>Status</tag>
</tags>
<state readOnly="true"/> <state readOnly="true"/>
</channel-type> </channel-type>
</thing:thing-descriptions> </thing:thing-descriptions>