mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
sm2135: add separate_modes option (#3579)
This commit is contained in:
parent
d3cff88a0f
commit
4ab8499c90
@ -68,6 +68,9 @@ Configuration variables:
|
|||||||
- **rgb_current** (*Optional*, current): The current used for the RGB channel.
|
- **rgb_current** (*Optional*, current): The current used for the RGB channel.
|
||||||
Defaults to ``20mA``.
|
Defaults to ``20mA``.
|
||||||
Can be one of ``10mA``, ``15mA``, ``20mA``, ``25mA``, ``30mA``, ``35mA``, ``40mA``, ``45mA``.
|
Can be one of ``10mA``, ``15mA``, ``20mA``, ``25mA``, ``30mA``, ``35mA``, ``40mA``, ``45mA``.
|
||||||
|
- **separate_modes** (*Optional*, bool): Use separate RGB/CW modes instead of writing all 5 values as RGB.
|
||||||
|
Defaults to ``true``, keep it at ``true`` if your SM2135 chip variant does not support simultaneous CW and RGB modes (e.g. SM2135E).
|
||||||
|
Set this to ``false`` when your SM2135 chip variant supports having CW and RGB leds on at the same time (e.g. SM2135EH/SM2135EJ).
|
||||||
|
|
||||||
.. _sm2135-output:
|
.. _sm2135-output:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user