mirror of https://github.com/arendst/Tasmota.git
Remove Alexa message "this value is outside the range of the device"
This commit is contained in:
parent
893f64cfb6
commit
6702113308
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue