From ba419d09eb8e85498e377f1ce54f6383083950f0 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 18 Apr 2025 16:18:08 +0200 Subject: [PATCH] add Michael's https://github.com/emsesp/EMS-ESP32/pull/2522# --- src/core/system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/system.cpp b/src/core/system.cpp index 4701ec4de..22f5c03be 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -1631,6 +1631,7 @@ bool System::command_info(const char * value, const int8_t id, JsonObject output node["server"] = settings.server; node["tzLabel"] = settings.tzLabel; }); + node["timestamp"] = time(nullptr); #endif // MQTT Status