]> git.basschouten.com Git - openhab-addons.git/commitdiff
Sematic Tags added. (#11098)
authorMatthew Skinner <matt@pcmus.com>
Wed, 11 Aug 2021 09:55:26 +0000 (19:55 +1000)
committerGitHub <noreply@github.com>
Wed, 11 Aug 2021 09:55:26 +0000 (11:55 +0200)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/thing/thing-types.xml

index a7dd8a991170f86bf81bddb704e98d0a70b36a7d..23ecf3a2e77d75ff58cb798821e296281768f623 100644 (file)
                <label>Level</label>
                <description>Level changes the brightness of the globe.</description>
                <category>Slider</category>
+               <tags>
+                       <tag>Control</tag>
+                       <tag>Light</tag>
+               </tags>
        </channel-type>
 
        <channel-type id="colourTemperature">
                <label>Colour Temperature</label>
                <description>Change from cool to warm white with this control.</description>
                <category>Slider</category>
+               <tags>
+                       <tag>Control</tag>
+                       <tag>ColorTemperature</tag>
+               </tags>
        </channel-type>
 
        <channel-type id="colour">
                <description>Allows you to change the colour, brightness and saturation of the globe.</description>
                <category>ColorLight</category>
                <tags>
-                       <tag>Lighting</tag>
+                       <tag>Control</tag>
+                       <tag>Light</tag>
                </tags>
        </channel-type>