This commit is contained in:
Dmitry Borisenko
2022-08-24 01:05:25 +02:00
parent 9784b455e7
commit 1dc7e4f9ea

View File

@@ -10,11 +10,6 @@ class Loging : public IoTItem {
jsonRead(parameters, F("logid"), logval);
}
// void setValue(IoTValue Value) {
// value = Value;
// regEvent((String)(int)value.valD, "Loging");
// }
void doByInterval() {
String value = getItemValue(logval);
if (value == "") {