mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
Refactor MQTT subscriptions #173
This commit is contained in:
@@ -59,9 +59,9 @@ class System {
|
||||
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);
|
||||
static bool command_commands(const char * value, const int8_t id, JsonObject & json);
|
||||
static bool command_info(const char * value, const int8_t id, JsonObject & output);
|
||||
static bool command_settings(const char * value, const int8_t id, JsonObject & output);
|
||||
static bool command_commands(const char * value, const int8_t id, JsonObject & output);
|
||||
|
||||
const std::string reset_reason(uint8_t cpu);
|
||||
|
||||
@@ -74,7 +74,7 @@ class System {
|
||||
void wifi_tweak();
|
||||
void syslog_start();
|
||||
bool check_upgrade();
|
||||
bool heartbeat_json(JsonObject & json);
|
||||
bool heartbeat_json(JsonObject & output);
|
||||
void send_heartbeat();
|
||||
|
||||
void led_init(bool refresh);
|
||||
|
||||
Reference in New Issue
Block a user