mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-01 15:07:42 +00:00
Merge pull request #4712 from gourry/master
Remove Alexa message "this value is outside the range of the device"
This commit is contained in:
commit
a20ae4fd04
@ -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