[hue] Set channel autoUpdatePolicy veto (#17411)

Signed-off-by: AndrewFG <software@whitebear.ch>
This commit is contained in:
Andrew Fiddian-Green 2024-09-14 13:13:50 +01:00 committed by GitHub
parent 54fd13b0c1
commit ce12f70ece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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">