mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[souliss] Fix semantic tags (#12269)
Related to #12262 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
8b91e2172f
commit
7d3f3c56a7
@ -1142,9 +1142,6 @@
|
||||
<item-type>Number</item-type>
|
||||
<label>Healthy</label>
|
||||
<description>Souliss Healthy</description>
|
||||
<tags>
|
||||
<tag>QualityOfService</tag>
|
||||
</tags>
|
||||
<state readOnly="true" pattern="%.0f"/>
|
||||
</channel-type>
|
||||
|
||||
@ -1152,9 +1149,6 @@
|
||||
<item-type>Number</item-type>
|
||||
<label>Value</label>
|
||||
<description>Floating Point Input</description>
|
||||
<tags>
|
||||
<tag>sensors</tag>
|
||||
</tags>
|
||||
<state readOnly="true" pattern="%.1f "/>
|
||||
</channel-type>
|
||||
|
||||
@ -1171,9 +1165,10 @@
|
||||
<item-type>Number</item-type>
|
||||
<label>Humidity</label>
|
||||
<description>Current humidity in %</description>
|
||||
<category>Temperature</category>
|
||||
<category>Humidity</category>
|
||||
<tags>
|
||||
<tag>sensors</tag>
|
||||
<tag>Measurement</tag>
|
||||
<tag>Humidity</tag>
|
||||
</tags>
|
||||
<state readOnly="true" pattern="%d %%"/>
|
||||
</channel-type>
|
||||
@ -1185,7 +1180,8 @@
|
||||
<description>Current temperature</description>
|
||||
<category>Temperature</category>
|
||||
<tags>
|
||||
<tag>sensors</tag>
|
||||
<tag>Measurement</tag>
|
||||
<tag>Temperature</tag>
|
||||
</tags>
|
||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||
</channel-type>
|
||||
@ -1196,7 +1192,8 @@
|
||||
<description>Setpoint temperature</description>
|
||||
<category>Temperature</category>
|
||||
<tags>
|
||||
<tag>sensors</tag>
|
||||
<tag>Setpoint</tag>
|
||||
<tag>Temperature</tag>
|
||||
</tags>
|
||||
<state min="12" max="30" step="0.5" pattern="%.1f %unit%" readOnly="false"/>
|
||||
</channel-type>
|
||||
@ -1206,7 +1203,8 @@
|
||||
<label>Illuminance</label>
|
||||
<description>Lux</description>
|
||||
<tags>
|
||||
<tag>sensors</tag>
|
||||
<tag>Measurement</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
<state readOnly="true" pattern="%.1f kLux"/>
|
||||
</channel-type>
|
||||
@ -1217,7 +1215,8 @@
|
||||
<description>Current Voltage</description>
|
||||
<category>Energy</category>
|
||||
<tags>
|
||||
<tag>sensors</tag>
|
||||
<tag>Measurement</tag>
|
||||
<tag>Voltage</tag>
|
||||
</tags>
|
||||
<state readOnly="true" pattern="%.1f V"/>
|
||||
</channel-type>
|
||||
@ -1227,7 +1226,8 @@
|
||||
<description>Current Ampere</description>
|
||||
<category>Energy</category>
|
||||
<tags>
|
||||
<tag>sensors</tag>
|
||||
<tag>Measurement</tag>
|
||||
<tag>Current</tag>
|
||||
</tags>
|
||||
<state readOnly="true" pattern="%.1f A"/>
|
||||
</channel-type>
|
||||
@ -1238,7 +1238,8 @@
|
||||
<description>Current Power</description>
|
||||
<category>Energy</category>
|
||||
<tags>
|
||||
<tag>sensors</tag>
|
||||
<tag>Measurement</tag>
|
||||
<tag>Power</tag>
|
||||
</tags>
|
||||
<state readOnly="true" pattern="%d W"/>
|
||||
</channel-type>
|
||||
@ -1248,7 +1249,8 @@
|
||||
<label>Pressure</label>
|
||||
<description>Pressure</description>
|
||||
<tags>
|
||||
<tag>sensors</tag>
|
||||
<tag>Measurement</tag>
|
||||
<tag>Pressure</tag>
|
||||
</tags>
|
||||
<state readOnly="true" pattern="%.1f hPa"/>
|
||||
</channel-type>
|
||||
|
Loading…
Reference in New Issue
Block a user