mirror of https://github.com/arendst/Tasmota.git
Created Lights (markdown)
parent
3d04287f5f
commit
63e513a413
|
@ -0,0 +1,16 @@
|
|||
## Lights
|
||||
|
||||
Tasmota WebUI displays **Brightness** and **CT** or **White** level sliders depending on the number of channels configured.
|
||||
The WebUI doesn't have a color picker for RGB lights due to memory and flash size requirements to implement one. Use [`Color`](commands#color) to control colors in that case.
|
||||
|
||||
By default the PWM channels are mapped accordingly:
|
||||
|
||||
|Channels|PWM1|PWM2|PWM3|PWM4|PWM5|
|
||||
|---|---|---|---|---|---|
|
||||
|1|Brightness||||
|
||||
|2|Warm White|Cold White|
|
||||
|3|Red|Green|Blue|
|
||||
|4|Red|Green|Blue|White|
|
||||
|5|Red|Green|Blue|Warm White|Cold White|
|
||||
|
||||
Some lights use different controllers instead of PWM (f.e. SM16716 or MY92x1). In that case channel mapping is dependent on the controller. It can be remapped using [`SetOption37`](Commands#setoption37).
|
Loading…
Reference in New Issue