@@ -59,6 +59,10 @@ The following table summarises the channels available for the ZWA002 -:
5959| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
6060| Color Control | color_color | color_color | ColorLight | Color |
6161| Color Temperature | color_temperature | color_temperature | ColorLight | Dimmer |
62+ | Set custom mode for LED animations | config_decimal | config_decimal | | Number |
63+ | Set Strobe over Custom Color | config_decimal | config_decimal | | Number |
64+ | Set Rate of change to next color in Custom Mode | config_decimal | config_decimal | | Number |
65+ | Set color that LED Bulb blinks in (Blink Mode) | config_decimal | config_decimal | | Number |
6266
6367### Dimmer
6468The brightness channel allows to control the brightness of a light.
@@ -78,6 +82,26 @@ The color temperature channel allows to set the color
7882
7983The ``` color_temperature ``` channel is of type ``` color_temperature ``` and supports the ``` Dimmer ``` item and is in the ``` ColorLight ``` category.
8084
85+ ### Set custom mode for LED animations
86+ Generic class for configuration parameter.
87+
88+ The ``` config_decimal ``` channel is of type ``` config_decimal ``` and supports the ``` Number ``` item.
89+
90+ ### Set Strobe over Custom Color
91+ Generic class for configuration parameter.
92+
93+ The ``` config_decimal ``` channel is of type ``` config_decimal ``` and supports the ``` Number ``` item.
94+
95+ ### Set Rate of change to next color in Custom Mode
96+ Generic class for configuration parameter.
97+
98+ The ``` config_decimal ``` channel is of type ``` config_decimal ``` and supports the ``` Number ``` item.
99+
100+ ### Set color that LED Bulb blinks in (Blink Mode)
101+ Generic class for configuration parameter.
102+
103+ The ``` config_decimal ``` channel is of type ``` config_decimal ``` and supports the ``` Number ``` item.
104+
81105
82106
83107## Device Configuration
@@ -90,7 +114,7 @@ Detailed information on each parameter can be found in the sections below.
90114| 1 | Use custom mode for LED animations | |
91115| 2 | Enable/Disable Strobe over Custom Color | |
92116| 3 | Rate of change to next color in Custom Mode | |
93- | 4 | Set color that LED Bulb blinks in (Blink Mode) | |
117+ | 4 | Set color that LED Bulb blinks in (Blink Mode) | Blink colors in order > White > Red > Orange > Yellow > Green > Blue > Indigo > Purple |
94118| 16 | Ramp rate when dimming using Multilevel Switch | |
95119| 80 | Enable notifications | Enable notifications to associated devices (Group 1) when the state is changed |
96120| 81 | Adjust color component of Warm White | |
@@ -143,8 +167,18 @@ This parameter has the configuration ID ```config_3_4``` and is of type ```INTEG
143167
144168### Parameter 4: Set color that LED Bulb blinks in (Blink Mode)
145169
170+ Blink colors in order > White > Red > Orange > Yellow > Green > Blue > Indigo > Purple
171+ White = 1
172+ Red = 2
173+ Orange = 4
174+ Yellow = 8
175+ Green = 16
176+ Blue = 32
177+ Indigo = 64
178+ Purple = 128
146179
147180
181+ Example: To Blink (Red > Blue). Set: 2 + 32 = 34.
148182Values in the range 1 to 255 may be set.
149183
150184The manufacturer defined default value is ``` 1 ``` .
0 commit comments