have system/message API parse logic via shuntingyard

This commit is contained in:
proddy
2025-10-05 15:36:11 +02:00
parent c4a2f8bac8
commit 145172b6e9
2 changed files with 20 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ class System {
static bool command_restart(const char * value, const int8_t id);
static bool command_format(const char * value, const int8_t id);
static bool command_watch(const char * value, const int8_t id);
static bool command_message(const char * value, const int8_t id);
static bool command_message(const char * value, const int8_t id, JsonObject output);
static bool command_info(const char * value, const int8_t id, JsonObject output);
static bool command_response(const char * value, const int8_t id, JsonObject output);
static bool command_service(const char * cmd, const char * value);