Remove Alexa message "this value is outside the range of the device"

This commit is contained in:
gourry 2018-12-22 14:56:14 +01:00
parent 893f64cfb6
commit 6702113308

View File

@ -568,7 +568,7 @@ void HueLightStatus1(byte device, String *response)
{ {
float hue = 0; float hue = 0;
float sat = 0; float sat = 0;
float bri = 0; float bri = 254;
uint16_t ct = 500; uint16_t ct = 500;
if (light_type) { if (light_type) {