mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Sematic Tags added. (#11098)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
This commit is contained in:
parent
8a774cb1c5
commit
8e7f4a0e41
@ -115,6 +115,10 @@
|
||||
<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">
|
||||
@ -122,6 +126,10 @@
|
||||
<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">
|
||||
@ -130,7 +138,8 @@
|
||||
<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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user