Fix/remove outdated "Default Tags" (#11313)

There used to be the following "Default Tags" which are no longer used in the current semantic model:

* Lighting
* Switchable
* CurrentTemperature
* TargetTemperature
* CurrentHumidity

See:

* https://www.openhab.org/docs/developer/bindings/thing-xml.html#default-tags
* https://www.openhab.org/docs/tutorial/model.html#semantic-model

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-09-27 07:33:56 +02:00
committed by GitHub
parent 0363ba4588
commit 2f4a27217f
21 changed files with 88 additions and 59 deletions

View File

@@ -9,7 +9,8 @@
<label>Current Temperature</label>
<category>Temperature</category>
<tags>
<tag>CurrentTemperature</tag>
<tag>Measurement</tag>
<tag>Temperature</tag>
</tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
@@ -18,7 +19,8 @@
<label>Temperature Comfort Mode</label>
<category>Heating</category>
<tags>
<tag>TargetTemperature</tag>
<tag>Setpoint</tag>
<tag>Temperature</tag>
</tags>
<state pattern="%d %unit%" min="5" max="35" step="1"/>
</channel-type>
@@ -27,7 +29,8 @@
<label>Temperature Sleep Mode</label>
<category>Heating</category>
<tags>
<tag>TargetTemperature</tag>
<tag>Setpoint</tag>
<tag>Temperature</tag>
</tags>
<state pattern="%d %unit%" min="5" max="35" step="1"/>
</channel-type>
@@ -37,7 +40,8 @@
<description>Set temperature away mode</description>
<category>Heating</category>
<tags>
<tag>TargetTemperature</tag>
<tag>Setpoint</tag>
<tag>Temperature</tag>
</tags>
<state pattern="%d %unit%" min="5" max="35" step="1"/>
</channel-type>
@@ -46,7 +50,8 @@
<label>Target Temperature</label>
<category>Heating</category>
<tags>
<tag>TargetTemperature</tag>
<tag>Setpoint</tag>
<tag>Temperature</tag>
</tags>
<state pattern="%d %unit%" min="5" max="35" step="1"/>
</channel-type>
@@ -55,7 +60,8 @@
<label>Target Temperature</label>
<category>Heating</category>
<tags>
<tag>TargetTemperature</tag>
<tag>Setpoint</tag>
<tag>Temperature</tag>
</tags>
<state pattern="%d %unit%" readOnly="true" min="5" max="35" step="1"/>
</channel-type>
@@ -121,7 +127,8 @@
<label>Target Temperature Vacation</label>
<category>Heating</category>
<tags>
<tag>TargetTemperature</tag>
<tag>Setpoint</tag>
<tag>Temperature</tag>
</tags>
<state pattern="%d %unit%" min="5" max="35" step="1"/>
</channel-type>