Ensure M100 triggers a status report

Fixes #60
This commit is contained in:
Rob Giseburt
2020-01-10 19:25:11 -06:00
parent 6cb4ea5bfa
commit 7bacdd0d4b
+1
View File
@@ -110,6 +110,7 @@ void json_parse_for_exec(char *str, bool execute)
nv = nv_exec;
status = _json_parser_execute(nv); // execute the command
}
sr_request_status_report(SR_REQUEST_TIMED); // generate incremental status report to show any changes
}
static stat_t _json_parser_execute(nvObj_t *nv) {