]> git.basschouten.com Git - openhab-addons.git/commitdiff
[deconz] Cleanup semantic tags (#12287)
authorlolodomo <lg.hc@free.fr>
Sun, 13 Feb 2022 21:50:50 +0000 (22:50 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 21:50:50 +0000 (22:50 +0100)
* [deconz] Cleanup semantic tags

Related to #12262

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/group-thing-types.xml
bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/light-thing-types.xml

index de93d26a9c481f6823ecc4cae5289111c2ad9345..80be02746e4546002e4f2ad7a1eaa8079662fbb2 100644 (file)
                <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>
 
                <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>
index 75bb3127ab1e6ff0079c37f6f8092eba82bcd84b..fa134f4a7b3c763320b35bc6b66fdd94c41c2b35 100644 (file)
        <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>