From 93f5ae1246a9ae770b992e2d776fe3cb2415a078 Mon Sep 17 00:00:00 2001 From: Matt Snyder Date: Fri, 1 Jun 2018 09:21:26 -0500 Subject: [PATCH 1/2] Add white mode for Flux LED --- 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 871ba222e289..2c7d90596147 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 on an RGBW controller and allows 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 From e6363e3ce2fe9adfb10dc9d747c65f2d5e6402b9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 25 Jun 2018 20:04:35 +0200 Subject: [PATCH 2/2] :pencil2: Minor tweaks --- source/_components/light.flux_led.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/light.flux_led.markdown b/source/_components/light.flux_led.markdown index 2c7d90596147..d53ebb88a695 100644 --- a/source/_components/light.flux_led.markdown +++ b/source/_components/light.flux_led.markdown @@ -109,7 +109,7 @@ 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 on an RGBW controller and allows white level to be controlled via brightness value. +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: