You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Control this light using a Philips-specific protocol instead of standard Zigbee commands. When enabled, on/off, brightness, color, and color temperature are combined into single atomic commands. This is required to use the Effect color update mode. When disabled (default), standard Zigbee commands are used, which preserves the usual behavior, including simulating on/off transitions.",
804
+
label: "Hue native control",
805
+
name: "hue_native_control",
806
+
property: "hue_native_control",
807
+
type: "binary",
808
+
value_off: false,
809
+
value_on: true,
810
+
},
811
+
{
812
+
access: 2,
813
+
description:
814
+
"Controls what happens when color is changed while an effect is active (requires Hue native control). 'stop' (default): color change stops the effect (Hue app behavior). 'update': color change re-sends the effect with the new color.",
"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).",
786
-
label: "Color sync",
787
-
name: "color_sync",
788
-
property: "color_sync",
834
+
description: "State actions will also be published as 'action' when true (default false).",
835
+
label: "State action",
836
+
name: "state_action",
837
+
property: "state_action",
789
838
type: "binary",
790
839
value_off: false,
791
840
value_on: true,
792
841
},
793
842
{
794
843
access: 2,
795
-
description: "State actions will also be published as 'action' when true (default false).",
796
-
label: "State action",
797
-
name: "state_action",
798
-
property: "state_action",
844
+
description:
845
+
"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).",
0 commit comments