mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-04 03:14:07 +01:00
[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:
parent
bd9a50e2ed
commit
9ee1db8e77
@ -128,9 +128,11 @@
|
|||||||
<channels>
|
<channels>
|
||||||
<channel id="brightness" typeId="system.brightness">
|
<channel id="brightness" typeId="system.brightness">
|
||||||
<description>Controls the brightness and switches on/off the group of lights in the room.</description>
|
<description>Controls the brightness and switches on/off the group of lights in the room.</description>
|
||||||
|
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||||
</channel>
|
</channel>
|
||||||
<channel id="switch" typeId="system.power">
|
<channel id="switch" typeId="system.power">
|
||||||
<description>Switch on/off the group of lights in the room.</description>
|
<description>Switch on/off the group of lights in the room.</description>
|
||||||
|
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||||
</channel>
|
</channel>
|
||||||
<channel id="scene" typeId="scene-v2">
|
<channel id="scene" typeId="scene-v2">
|
||||||
<description>Activate the scene for the group of lights in the room.</description>
|
<description>Activate the scene for the group of lights in the room.</description>
|
||||||
@ -171,9 +173,11 @@
|
|||||||
<channels>
|
<channels>
|
||||||
<channel id="brightness" typeId="system.brightness">
|
<channel id="brightness" typeId="system.brightness">
|
||||||
<description>Controls the brightness and switches on/off the group of lights in the zone.</description>
|
<description>Controls the brightness and switches on/off the group of lights in the zone.</description>
|
||||||
|
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||||
</channel>
|
</channel>
|
||||||
<channel id="switch" typeId="system.power">
|
<channel id="switch" typeId="system.power">
|
||||||
<description>Switch on/off the group of lights in the zone.</description>
|
<description>Switch on/off the group of lights in the zone.</description>
|
||||||
|
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||||
</channel>
|
</channel>
|
||||||
<channel id="scene" typeId="scene-v2">
|
<channel id="scene" typeId="scene-v2">
|
||||||
<description>Activate the scene for the group of lights in the zone.</description>
|
<description>Activate the scene for the group of lights in the zone.</description>
|
||||||
|
@ -207,6 +207,7 @@
|
|||||||
<label>Scene</label>
|
<label>Scene</label>
|
||||||
<category>MediaControl</category>
|
<category>MediaControl</category>
|
||||||
<state pattern="%s"/>
|
<state pattern="%s"/>
|
||||||
|
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="last-updated-v2" advanced="true">
|
<channel-type id="last-updated-v2" advanced="true">
|
||||||
@ -221,12 +222,14 @@
|
|||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>Alert</label>
|
<label>Alert</label>
|
||||||
<state pattern="%s"/>
|
<state pattern="%s"/>
|
||||||
|
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="effect-v2" advanced="true">
|
<channel-type id="effect-v2" advanced="true">
|
||||||
<item-type>String</item-type>
|
<item-type>String</item-type>
|
||||||
<label>Effect</label>
|
<label>Effect</label>
|
||||||
<state pattern="%s"/>
|
<state pattern="%s"/>
|
||||||
|
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="dynamics" advanced="true">
|
<channel-type id="dynamics" advanced="true">
|
||||||
|
Loading…
Reference in New Issue
Block a user