mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
remove "event" from info topic
This commit is contained in:
@@ -604,7 +604,7 @@ void System::send_info_mqtt() {
|
|||||||
}
|
}
|
||||||
_connection = connection;
|
_connection = connection;
|
||||||
JsonDocument doc;
|
JsonDocument doc;
|
||||||
doc["event"] = "connected";
|
// doc["event"] = "connected";
|
||||||
doc["version"] = EMSESP_APP_VERSION;
|
doc["version"] = EMSESP_APP_VERSION;
|
||||||
|
|
||||||
// if NTP is enabled send the boot_time in local time in ISO 8601 format (eg: 2022-11-15 20:46:38)
|
// if NTP is enabled send the boot_time in local time in ISO 8601 format (eg: 2022-11-15 20:46:38)
|
||||||
|
|||||||
Reference in New Issue
Block a user