mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Открываем возмодность изменять Interval для основного цикла элемента настройки
This commit is contained in:
@@ -23,6 +23,8 @@ class IoTItem {
|
||||
String getID();
|
||||
String getValue();
|
||||
|
||||
void setInterval(unsigned long interval);
|
||||
|
||||
unsigned long currentMillis;
|
||||
unsigned long prevMillis;
|
||||
unsigned long difference;
|
||||
|
||||
Reference in New Issue
Block a user