mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 00:35:36 +00:00
update sub modules, fix build, fix some warnings
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user