rename system info -> settings and report -> info

This commit is contained in:
proddy
2020-11-16 21:15:15 +01:00
parent dd9f69e9b6
commit 0cde2918cf
4 changed files with 13 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ class System {
static bool command_publish(const char * value, const int8_t id);
static bool command_fetch(const char * value, const int8_t id);
static bool command_info(const char * value, const int8_t id, JsonObject & json);
static bool command_report(const char * value, const int8_t id, JsonObject & json);
static bool command_settings(const char * value, const int8_t id, JsonObject & json);
#if defined(EMSESP_TEST)
static bool command_test(const char * value, const int8_t id);