add system commands for syslog level and watch

This commit is contained in:
MichaelDvP
2021-08-19 16:19:32 +02:00
parent 74cdb610d8
commit 3f85541c9a
3 changed files with 42 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ class System {
#if defined(EMSESP_DEBUG)
static bool command_test(const char * value, const int8_t id);
#endif
static bool command_syslog_level(const char * value, const int8_t id);
static bool command_watch(const char * value, const int8_t id);
static bool command_info(const char * value, const int8_t id, JsonObject & json);
static bool command_settings(const char * value, const int8_t id, JsonObject & json);