Skip to content

Commit

Permalink
[deconz] Cleanup semantic tags (openhab#12287)
Browse files Browse the repository at this point in the history
* [deconz] Cleanup semantic tags

Related to openhab#12262

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
  • Loading branch information
lolodomo authored and andrasU committed Nov 12, 2022
1 parent 936c6be commit 401922b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,19 @@
<item-type>Switch</item-type>
<label>All On</label>
<description>"On" if all lights in this group are "On", otherwise "Off".</description>
<tags>
<tag>Status</tag>
<tag>Light</tag>
</tags>
<state readOnly="true"/>
</channel-type>

<channel-type id="any_on">
<item-type>Switch</item-type>
<label>Any On</label>
<description>"On" if any light in this group is "On", otherwise "Off".</description>
<tags>
<tag>Status</tag>
<tag>Light</tag>
</tags>
<state readOnly="true"/>
</channel-type>

<channel-type id="scene">
<item-type>String</item-type>
<label>Recall Scene</label>
<tags>
<tag>Control</tag>
<tag>Light</tag>
</tags>
</channel-type>

</thing:thing-descriptions>
Original file line number Diff line number Diff line change
Expand Up @@ -166,19 +166,11 @@
<channel-type id="effect">
<item-type>String</item-type>
<label>Effect Channel</label>
<tags>
<tag>Control</tag>
<tag>Light</tag>
</tags>
</channel-type>

<channel-type id="effectSpeed">
<item-type>Number</item-type>
<label>Effect Speed Channel</label>
<tags>
<tag>Control</tag>
<tag>Light</tag>
</tags>
<state min="0" max="10" step="1"/>
</channel-type>

Expand Down

0 comments on commit 401922b

Please sign in to comment.