mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
add reset_mqtt function
This commit is contained in:
@@ -147,9 +147,7 @@ class Mqtt {
|
|||||||
return mqtt_publish_fails_;
|
return mqtt_publish_fails_;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void reset_publish_fails() {
|
static void reset_mqtt();
|
||||||
mqtt_publish_fails_ = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static uint8_t ha_climate_format() {
|
static uint8_t ha_climate_format() {
|
||||||
return ha_climate_format_;
|
return ha_climate_format_;
|
||||||
|
|||||||
Reference in New Issue
Block a user