mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 17:49:08 +03:00
MQTT updates: added HA discovery, removed heartbeat - HomeAssistant Discovery #288
This commit is contained in:
@@ -61,7 +61,6 @@ class System {
|
||||
|
||||
bool check_upgrade();
|
||||
void syslog_init();
|
||||
void set_heartbeat(bool system_heartbeat);
|
||||
void send_heartbeat();
|
||||
|
||||
private:
|
||||
@@ -99,7 +98,6 @@ class System {
|
||||
static uint16_t analog_;
|
||||
|
||||
// settings
|
||||
bool system_heartbeat_;
|
||||
static bool hide_led_;
|
||||
uint8_t syslog_level_;
|
||||
uint32_t syslog_mark_interval_;
|
||||
|
||||
Reference in New Issue
Block a user