Skip to content

Commit 222f146

Browse files
authored
Database update (#1570)
Signed-off-by: Chris Jackson <chris@cd-jackson.com>
1 parent 9e184b6 commit 222f146

File tree

12 files changed

+1206
-11
lines changed

12 files changed

+1206
-11
lines changed

doc/aeotec/zwa002a_0_0.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
6468
The brightness channel allows to control the brightness of a light.
@@ -78,6 +82,26 @@ The color temperature channel allows to set the color
7882

7983
The ```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.
148182
Values in the range 1 to 255 may be set.
149183

150184
The manufacturer defined default value is ```1```.

doc/dlink/dchz110_0_0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Setting the BASIC command value to turn on the light.
128128
* 0: Turn off the light.
129129
* 1 - 100: For dimmers 1 to 100 means the light level.
130130
* 255: Turns on the light. (Default) 
131-
The following option values may be configured, in addition to values in the range 0 to 100 -:
131+
The following option values may be configured -:
132132

133133
| Value | Description |
134134
|--------|-------------|
@@ -147,7 +147,7 @@ Set the sensitivity for the PIR (Passive Infrared Sensor).
147147
* 1 - 99 = 1 means the lowest sensitivity, 99 means the highest sensitivity
148148

149149
High sensitivity means de
150-
The following option values may be configured, in addition to values in the range 0 to 99 -:
150+
The following option values may be configured -:
151151

152152
| Value | Description |
153153
|--------|-------------|
@@ -164,7 +164,7 @@ Set the illumination threshold to turn on the light.
164164
When the event triggers and the environment illumination is lower than the threshold, the device will turn on the light.
165165

166166
* 0 = Turn off illumination detected function and never turn
167-
The following option values may be configured, in addition to values in the range 0 to 100 -:
167+
The following option values may be configured -:
168168

169169
| Value | Description |
170170
|--------|-------------|
@@ -223,7 +223,7 @@ This parameter has the configuration ID ```config_6_1``` and is of type ```INTEG
223223

224224
Parameter to set the Customer Function.
225225
lThis is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
226-
The following option values may be configured, in addition to values in the range 0 to 127 -:
226+
The following option values may be configured -:
227227

228228
| Value | Description |
229229
|--------|-------------|

0 commit comments

Comments
 (0)