From a49751200d92427d801828a0b196ece518d0b53d Mon Sep 17 00:00:00 2001 From: Matt Snyder Date: Tue, 26 Jun 2018 14:43:43 -0500 Subject: [PATCH] Add white mode for Flux LED (#5470) * Add white mode for Flux LED * :pencil2: Minor tweaks --- source/_components/light.flux_led.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/light.flux_led.markdown b/source/_components/light.flux_led.markdown index 871ba222e28..d53ebb88a69 100644 --- a/source/_components/light.flux_led.markdown +++ b/source/_components/light.flux_led.markdown @@ -109,6 +109,14 @@ Will add a light with rgb+white mode (default). White and RGB channels can be ad mode: "rgbw" ``` +Will add a light with white mode only. This is useful when only W channel is connected to an RGBW controller and allows the white level to be controlled via brightness value. + +```yaml + 192.168.1.10: + name: NAME + mode: "w" +``` + Some devices such as the Ledenet RGBW controller use a slightly different protocol for communicating the brightness to each color channel. If your device is only turning on or off but not changing color or brightness try adding the LEDENET protocol. ```yaml