<label>Color XY Only</label>
<description>Set the color xy parameter of the light without changing other state parameters.</description>
<category>ColorLight</category>
+ <tags>
+ <tag>Control</tag>
+ <tag>Light</tag>
+ </tags>
<autoUpdatePolicy>veto</autoUpdatePolicy>
</channel-type>
<label>Dimming Only</label>
<description>Set the dimming parameter of the light without changing other state parameters.</description>
<category>Light</category>
- <state pattern="%.1f %%"/>
+ <tags>
+ <tag>Control</tag>
+ <tag>Light</tag>
+ </tags>
+ <state min="0" max="100" pattern="%.1f %%"/>
<autoUpdatePolicy>veto</autoUpdatePolicy>
</channel-type>
<label>On/Off Only</label>
<description>Set the on/off parameter of the light without changing other state parameters.</description>
<category>Switch</category>
+ <tags>
+ <tag>Switch</tag>
+ <tag>Power</tag>
+ </tags>
<autoUpdatePolicy>veto</autoUpdatePolicy>
</channel-type>