From 23fc8ec46922ca266170736d8f9784104743a257 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Sat, 10 Oct 2020 02:36:23 +0300 Subject: [PATCH] time working --- src/items/InputTimeClass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/InputTimeClass.cpp b/src/items/InputTimeClass.cpp index c996e5b7..fa98061e 100644 --- a/src/items/InputTimeClass.cpp +++ b/src/items/InputTimeClass.cpp @@ -23,7 +23,7 @@ void handle_time_init() { TIME, 1000, [&](void *) { jsonWriteStr(configLiveJson, "time", timeNow->getTime()); jsonWriteStr(configLiveJson, "timenow", timeNow->getTimeJson()); - //eventGen("timenow", ""); + eventGen("timenow", ""); }, nullptr, true); } \ No newline at end of file