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:
@@ -29,7 +29,8 @@
|
||||
<label>All On</label>
|
||||
<description>"On" if all lights in this group are "On", otherwise "Off".</description>
|
||||
<tags>
|
||||
<tag>Lighting</tag>
|
||||
<tag>Status</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
@@ -39,7 +40,8 @@
|
||||
<label>Any On</label>
|
||||
<description>"On" if any light in this group is "On", otherwise "Off".</description>
|
||||
<tags>
|
||||
<tag>Lighting</tag>
|
||||
<tag>Status</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
@@ -48,7 +50,8 @@
|
||||
<item-type>String</item-type>
|
||||
<label>Recall Scene</label>
|
||||
<tags>
|
||||
<tag>Lighting</tag>
|
||||
<tag>Control</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
|
||||
@@ -167,7 +167,8 @@
|
||||
<item-type>String</item-type>
|
||||
<label>Effect Channel</label>
|
||||
<tags>
|
||||
<tag>Lighting</tag>
|
||||
<tag>Control</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
@@ -175,7 +176,8 @@
|
||||
<item-type>Number</item-type>
|
||||
<label>Effect Speed Channel</label>
|
||||
<tags>
|
||||
<tag>Lighting</tag>
|
||||
<tag>Control</tag>
|
||||
<tag>Light</tag>
|
||||
</tags>
|
||||
<state min="0" max="10" step="1"/>
|
||||
</channel-type>
|
||||
|
||||
Reference in New Issue
Block a user