[hue] Set channel autoUpdatePolicy veto (#17411)

Signed-off-by: AndrewFG <software@whitebear.ch>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
Andrew Fiddian-Green 2024-09-14 13:13:50 +01:00 committed by Ciprian Pascu
parent bd9a50e2ed
commit 9ee1db8e77
2 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -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">