Skip to content

Commit

Permalink
Database update (#1570)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jackson <[email protected]>
  • Loading branch information
cdjackson authored Apr 1, 2021
1 parent 9e184b6 commit 222f146
Show file tree
Hide file tree
Showing 12 changed files with 1,206 additions and 11 deletions.
36 changes: 35 additions & 1 deletion doc/aeotec/zwa002a_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ The following table summarises the channels available for the ZWA002 -:
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
| Color Control | color_color | color_color | ColorLight | Color |
| Color Temperature | color_temperature | color_temperature | ColorLight | Dimmer |
| Set custom mode for LED animations | config_decimal | config_decimal | | Number |
| Set Strobe over Custom Color | config_decimal | config_decimal | | Number |
| Set Rate of change to next color in Custom Mode | config_decimal | config_decimal | | Number |
| Set color that LED Bulb blinks in (Blink Mode) | config_decimal | config_decimal | | Number |

### Dimmer
The brightness channel allows to control the brightness of a light.
Expand All @@ -78,6 +82,26 @@ The color temperature channel allows to set the color

The ```color_temperature``` channel is of type ```color_temperature``` and supports the ```Dimmer``` item and is in the ```ColorLight``` category.

### Set custom mode for LED animations
Generic class for configuration parameter.

The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.

### Set Strobe over Custom Color
Generic class for configuration parameter.

The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.

### Set Rate of change to next color in Custom Mode
Generic class for configuration parameter.

The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.

### Set color that LED Bulb blinks in (Blink Mode)
Generic class for configuration parameter.

The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.



## Device Configuration
Expand All @@ -90,7 +114,7 @@ Detailed information on each parameter can be found in the sections below.
| 1 | Use custom mode for LED animations | |
| 2 | Enable/Disable Strobe over Custom Color | |
| 3 | Rate of change to next color in Custom Mode | |
| 4 | Set color that LED Bulb blinks in (Blink Mode) | |
| 4 | Set color that LED Bulb blinks in (Blink Mode) | Blink colors in order > White > Red > Orange > Yellow > Green > Blue > Indigo > Purple |
| 16 | Ramp rate when dimming using Multilevel Switch | |
| 80 | Enable notifications | Enable notifications to associated devices (Group 1) when the state is changed |
| 81 | Adjust color component of Warm White | |
Expand Down Expand Up @@ -143,8 +167,18 @@ This parameter has the configuration ID ```config_3_4``` and is of type ```INTEG

### Parameter 4: Set color that LED Bulb blinks in (Blink Mode)

Blink colors in order > White > Red > Orange > Yellow > Green > Blue > Indigo > Purple
White = 1
Red = 2
Orange = 4
Yellow = 8
Green = 16
Blue = 32
Indigo = 64
Purple = 128


Example: To Blink (Red > Blue). Set: 2 + 32 = 34.
Values in the range 1 to 255 may be set.

The manufacturer defined default value is ```1```.
Expand Down
8 changes: 4 additions & 4 deletions doc/dlink/dchz110_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Setting the BASIC command value to turn on the light.
* 0: Turn off the light.
* 1 - 100: For dimmers 1 to 100 means the light level.
* 255: Turns on the light. (Default) 
The following option values may be configured, in addition to values in the range 0 to 100 -:
The following option values may be configured -:

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

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

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

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

| Value | Description |
|--------|-------------|
Expand Down Expand Up @@ -223,7 +223,7 @@ This parameter has the configuration ID ```config_6_1``` and is of type ```INTEG

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

| Value | Description |
|--------|-------------|
Expand Down
Loading

0 comments on commit 222f146

Please sign in to comment.