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:
@@ -47,18 +47,12 @@
|
||||
<item-type>Switch</item-type>
|
||||
<label>PlayStation 3 Power</label>
|
||||
<description>Shows if PlayStation 3 is On or Off.</description>
|
||||
<tags>
|
||||
<tag>Switchable</tag>
|
||||
</tags>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="power-channel">
|
||||
<item-type>Switch</item-type>
|
||||
<label>PlayStation 4 Power</label>
|
||||
<description>Shows if PlayStation 4 is On or in Standby/Off.</description>
|
||||
<tags>
|
||||
<tag>Switchable</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
<channel-type id="application-channel">
|
||||
<item-type>String</item-type>
|
||||
|
||||
Reference in New Issue
Block a user