update sub modules, fix build, fix some warnings

This commit is contained in:
openshwprojects
2023-01-23 14:15:52 +01:00
parent 294c99cd81
commit e2efe3710d
6 changed files with 19 additions and 16 deletions

View File

@ -558,7 +558,7 @@ int JSON_ProcessCommandReply(const char *cmd, void *request, jsonCb_t printer, i
if (!wal_strnicmp(cmd, "POWER", 5)) {
printer(request, "{");
http_tasmota_json_power(request, printer, flags);
http_tasmota_json_power(request, printer);
printer(request, "}");
if (flags == COMMAND_FLAG_SOURCE_MQTT) {
MQTT_PublishPrinterContentsToStat((struct obk_mqtt_publishReplyPrinter_s *)request, "RESULT");