Skip to content

Commit

Permalink
[hue] Set channel autoUpdatePolicy veto (#17411)
Browse files Browse the repository at this point in the history
Signed-off-by: AndrewFG <[email protected]>
  • Loading branch information
andrewfg authored Sep 14, 2024
1 parent 54fd13b commit ce12f70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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">
Expand Down

0 comments on commit ce12f70

Please sign in to comment.