mirror of https://github.com/arendst/Tasmota.git
Hue enable long logging
This commit is contained in:
parent
147440fd99
commit
a29c0287af
|
@ -992,7 +992,7 @@ void HueLights(String *path)
|
|||
code = 406;
|
||||
}
|
||||
exit:
|
||||
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR(D_LOG_HTTP D_HUE " Result (%s)"), response.c_str());
|
||||
AddLog_P(LOG_LEVEL_DEBUG_MORE, PSTR(D_LOG_HTTP D_HUE " Result (%s)"), response.c_str());
|
||||
WSSend(code, CT_APP_JSON, response);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue