rename system values -> allvalues

This commit is contained in:
Proddy
2023-11-13 16:58:32 +01:00
parent d717b72a9e
commit a0f1f51cca
5 changed files with 9 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ class System {
static bool command_info(const char * value, const int8_t id, JsonObject & output);
static bool command_commands(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_values(const char * value, const int8_t id, JsonObject & output);
static bool command_allvalues(const char * value, const int8_t id, JsonObject & output);
#if defined(EMSESP_TEST)
static bool command_test(const char * value, const int8_t id);