mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 23:22:19 +03:00
исправил баг с исчезновением
This commit is contained in:
@@ -13,6 +13,10 @@ class Loging : public IoTItem {
|
||||
jsonRead(parameters, F("id"), id);
|
||||
}
|
||||
|
||||
String getValue() {
|
||||
return "";
|
||||
}
|
||||
|
||||
void doByInterval() {
|
||||
String value = getItemValue(logval);
|
||||
size_t lines = 0;
|
||||
|
||||
Reference in New Issue
Block a user