]> git.basschouten.com Git - openhab-addons.git/commitdiff
[hue] Set channel autoUpdatePolicy veto (#17411)
authorAndrew Fiddian-Green <software@whitebear.ch>
Sat, 14 Sep 2024 12:13:50 +0000 (13:13 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2024 12:13:50 +0000 (14:13 +0200)
Signed-off-by: AndrewFG <software@whitebear.ch>
bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/Clip2Thing.xml
bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml

index 3a0a77635065d3311ac4cc60358e70bbc5ef0414..51af718caf5d6ba29b7a37ccf4c8b61def55f56e 100644 (file)
                <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>
                <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>
index 68c79045c885ab903225018b23b1e20496b2ffdf..5193bb495d28a783d2db0c68404ea593dd2aaf66 100644 (file)
                <label>Scene</label>
                <category>MediaControl</category>
                <state pattern="%s"/>
+               <autoUpdatePolicy>veto</autoUpdatePolicy>
        </channel-type>
 
        <channel-type id="last-updated-v2" advanced="true">
                <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">