mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
show mqtt-count and sensor-reads in info
This commit is contained in:
@@ -145,6 +145,10 @@ class Mqtt {
|
||||
return mqtt_base_;
|
||||
}
|
||||
|
||||
static uint16_t publish_count() {
|
||||
return mqtt_message_id_;
|
||||
}
|
||||
|
||||
static uint32_t publish_fails() {
|
||||
return mqtt_publish_fails_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user