rename txenabled to txpause

This commit is contained in:
proddy
2025-12-27 17:34:04 +01:00
parent 11bef52568
commit b5dd722888
4 changed files with 19 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ class System {
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);
static bool command_txenabled(const char * value, const int8_t id);
static bool command_txpause(const char * value, const int8_t id);
static bool get_value_info(JsonObject root, const char * cmd);
static void get_value_json(JsonObject output, const std::string & circuit, const std::string & name, JsonVariant val);