time working

This commit is contained in:
Dmitry Borisenko
2020-10-10 02:36:23 +03:00
parent 3607c26ae0
commit 23fc8ec469

View File

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