mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[hue] Set channel autoUpdatePolicy veto (#17411)
Signed-off-by: AndrewFG <software@whitebear.ch>
This commit is contained in:
parent
54fd13b0c1
commit
ce12f70ece
@ -128,9 +128,11 @@
|
||||
<channels>
|
||||
<channel id="brightness" typeId="system.brightness">
|
||||
<description>Controls the brightness and switches on/off the group of lights in the room.</description>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
</channel>
|
||||
<channel id="switch" typeId="system.power">
|
||||
<description>Switch on/off the group of lights in the room.</description>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
</channel>
|
||||
<channel id="scene" typeId="scene-v2">
|
||||
<description>Activate the scene for the group of lights in the room.</description>
|
||||
@ -171,9 +173,11 @@
|
||||
<channels>
|
||||
<channel id="brightness" typeId="system.brightness">
|
||||
<description>Controls the brightness and switches on/off the group of lights in the zone.</description>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
</channel>
|
||||
<channel id="switch" typeId="system.power">
|
||||
<description>Switch on/off the group of lights in the zone.</description>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
</channel>
|
||||
<channel id="scene" typeId="scene-v2">
|
||||
<description>Activate the scene for the group of lights in the zone.</description>
|
||||
|
@ -207,6 +207,7 @@
|
||||
<label>Scene</label>
|
||||
<category>MediaControl</category>
|
||||
<state pattern="%s"/>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="last-updated-v2" advanced="true">
|
||||
@ -221,12 +222,14 @@
|
||||
<item-type>String</item-type>
|
||||
<label>Alert</label>
|
||||
<state pattern="%s"/>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="effect-v2" advanced="true">
|
||||
<item-type>String</item-type>
|
||||
<label>Effect</label>
|
||||
<state pattern="%s"/>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="dynamics" advanced="true">
|
||||
|
Loading…
Reference in New Issue
Block a user