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:
@@ -14,7 +14,8 @@
|
||||
</description>
|
||||
<category>DimmableLight</category>
|
||||
<tags>
|
||||
<tag>Lighting</tag>
|
||||
<tag>Control</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
@@ -25,7 +26,8 @@
|
||||
<description>The color channel allows to control the color of a light.</description>
|
||||
<category>ColorLight</category>
|
||||
<tags>
|
||||
<tag>Lighting</tag>
|
||||
<tag>Control</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
@@ -36,6 +38,7 @@
|
||||
<description>The CT channel allows to control the CT of a light.</description>
|
||||
<category>DimmableCT</category>
|
||||
<tags>
|
||||
<tag>Control</tag>
|
||||
<tag>ColorTemperature</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
@@ -54,7 +57,8 @@
|
||||
<description>The color channel allows to control the color of a light.</description>
|
||||
<category>ColorLight</category>
|
||||
<tags>
|
||||
<tag>Lighting</tag>
|
||||
<tag>Control</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
@@ -64,7 +68,8 @@
|
||||
<description>The nightlight channel allows to switch to nightlight mode.
|
||||
</description>
|
||||
<tags>
|
||||
<tag>Lighting</tag>
|
||||
<tag>Switch</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user