mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
.
This commit is contained in:
@@ -10,11 +10,6 @@ class Loging : public IoTItem {
|
|||||||
jsonRead(parameters, F("logid"), logval);
|
jsonRead(parameters, F("logid"), logval);
|
||||||
}
|
}
|
||||||
|
|
||||||
// void setValue(IoTValue Value) {
|
|
||||||
// value = Value;
|
|
||||||
// regEvent((String)(int)value.valD, "Loging");
|
|
||||||
// }
|
|
||||||
|
|
||||||
void doByInterval() {
|
void doByInterval() {
|
||||||
String value = getItemValue(logval);
|
String value = getItemValue(logval);
|
||||||
if (value == "") {
|
if (value == "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user