remove "event" from info topic

This commit is contained in:
proddy
2024-07-06 12:18:31 +02:00
parent af07572b1c
commit 9d5eb11ba4

View File

@@ -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)