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

@@ -29,7 +29,8 @@
light on and off.</description>
<category>DimmableLight</category>
<tags>
<tag>Lighting</tag>
<tag>Control</tag>
<tag>Light</tag>
</tags>
<state max="100" min="0" step="1" pattern="%d %%" readOnly="false"></state>
</channel-type>
@@ -49,7 +50,8 @@
<description>Control the color of light.</description>
<category>ColorLight</category>
<tags>
<tag>Lighting</tag>
<tag>Control</tag>
<tag>Light</tag>
</tags>
</channel-type>
@@ -58,6 +60,7 @@
<label>Color Temperature</label>
<description>Allows to control the color temperature of light.</description>
<tags>
<tag>Control</tag>
<tag>ColorTemperature</tag>
</tags>
<state pattern="%d K"/>