Add the new rgb support to switch.flux (#2956)
This commit is contained in:
parent
8879b5a610
commit
fea19c1476
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ Configuration variables:
|
||||||
- **stop_colortemp** (*Optional*): The color temperature at the end. Defaults to `1900`.
|
- **stop_colortemp** (*Optional*): The color temperature at the end. Defaults to `1900`.
|
||||||
- **brightness** (*Optional*): The brightness of the lights. Calculated with `RGB_to_xy` by default.
|
- **brightness** (*Optional*): The brightness of the lights. Calculated with `RGB_to_xy` by default.
|
||||||
- **disable_brightness_adjust** (*Optional*): If true, brightness will not be adjusted besides color temperature. Defaults to False.
|
- **disable_brightness_adjust** (*Optional*): If true, brightness will not be adjusted besides color temperature. Defaults to False.
|
||||||
- **mode** (*Optional*): Select how color temperature is passed to lights. Valid values are `xy` and `mired`. Defaults to `xy`.
|
- **mode** (*Optional*): Select how color temperature is passed to lights. Valid values are `xy`, `mired` and `rgb`. Defaults to `xy`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue