mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-02 07:27:42 +00:00
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 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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user