mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-23 22:37:16 +00:00
Merge pull request #4177 from ascillato/patch-1
Fix Alexa for ALL cores
This commit is contained in:
commit
1330372f46
@ -664,7 +664,7 @@ void HueLights(String *path)
|
||||
response = "[";
|
||||
|
||||
StaticJsonBuffer<400> jsonBuffer;
|
||||
JsonObject &hue_json = jsonBuffer.parseObject(WebServer->arg((WebServer->args())-1));
|
||||
JsonObject &hue_json = jsonBuffer.parseObject(WebServer->arg("1"));
|
||||
if (hue_json.containsKey("on")) {
|
||||
|
||||
response += FPSTR(HUE_LIGHT_RESPONSE_JSON);
|
||||
|
Loading…
x
Reference in New Issue
Block a user