From 6702113308778ab00f10c4332a51cf884261b433 Mon Sep 17 00:00:00 2001 From: gourry Date: Sat, 22 Dec 2018 14:56:14 +0100 Subject: [PATCH] Remove Alexa message "this value is outside the range of the device" --- sonoff/xplg_wemohue.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/xplg_wemohue.ino b/sonoff/xplg_wemohue.ino index 64ac969ae..143d0e6ba 100644 --- a/sonoff/xplg_wemohue.ino +++ b/sonoff/xplg_wemohue.ino @@ -568,7 +568,7 @@ void HueLightStatus1(byte device, String *response) { float hue = 0; float sat = 0; - float bri = 0; + float bri = 254; uint16_t ct = 500; if (light_type) {