From 7bacdd0d4ba274ae0c884ccc6bf0e8b6a803640b Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Thu, 7 Nov 2019 12:07:22 -0500 Subject: [PATCH] Ensure M100 triggers a status report Fixes #60 --- g2core/json_parser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/g2core/json_parser.cpp b/g2core/json_parser.cpp index 89415a35..c946ae7f 100644 --- a/g2core/json_parser.cpp +++ b/g2core/json_parser.cpp @@ -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) {