Merge pull request #4712 from gourry/master

Remove Alexa message "this value is outside the range of the device"
This commit is contained in:
Theo Arends 2018-12-22 16:08:38 +01:00 committed by GitHub
commit a20ae4fd04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {