From 6f5b610690f2b2a9178ae3e50f10b2dc4168030e Mon Sep 17 00:00:00 2001 From: Brent Hughes Date: Wed, 28 Dec 2016 23:07:01 -0600 Subject: [PATCH] made ledenet lowercase --- 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 e9d404af622..4cf0c176025 100644 --- a/source/_components/light.flux_led.markdown +++ b/source/_components/light.flux_led.markdown @@ -96,5 +96,5 @@ Some devices such as the Ledenet RGBW controller use a slightly differenct proto ```yaml 192.168.1.10: name: NAME - protocol: 'LEDENET' + protocol: 'ledenet' ```