mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
.
This commit is contained in:
@@ -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 == "") {
|
||||
|
||||
Reference in New Issue
Block a user