mirror of https://github.com/arendst/Tasmota.git
Updated Lights (markdown)
parent
c732dddb4a
commit
6b93b6960c
14
Lights.md
14
Lights.md
|
@ -7,13 +7,13 @@ Refer to [**light commands**](Commands#light) for all possibilities to control y
|
|||
### Channel mapping
|
||||
By default the PWM channels are mapped accordingly depending on the number of used channels:
|
||||
|
||||
|Channels|PWM1|PWM2|PWM3|PWM4|PWM5|Light Type|
|
||||
|---|---|---|---|---|---|---|
|
||||
|1|Brightness|||||White only|
|
||||
|2|Cold White|Warm White||||CWWW or CT|
|
||||
|3|Red|Green|Blue|||RGB|
|
||||
|4|Red|Green|Blue|White||RGBW|
|
||||
|5|Red|Green|Blue|Cold White|Warm White|RGBCCT or RGBWW|
|
||||
|Channels|PWM1|PWM2|PWM3|PWM4|PWM5|
|
||||
|---|---|---|---|---|---|
|
||||
|1|Brightness|||||
|
||||
|2|Cold White|Warm White||||
|
||||
|3|Red|Green|Blue|||
|
||||
|4|Red|Green|Blue|White||
|
||||
|5|Red|Green|Blue|Cold White|Warm White|
|
||||
|
||||
When connecting more than one light strip to PWMs, you cannot control them separately in the WebUI due to the above mapping. Use [`Channel<x>`](commands#channel) to dim each PWM channel individually.
|
||||
|
||||
|
|
Loading…
Reference in New Issue