mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Merge pull request #11853 from s-hadinger/hue_long_logging
Hue enable long logging
This commit is contained in:
commit
a1be90d3a5
@ -992,7 +992,7 @@ void HueLights(String *path)
|
|||||||
code = 406;
|
code = 406;
|
||||||
}
|
}
|
||||||
exit:
|
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);
|
WSSend(code, CT_APP_JSON, response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user