Открываем возмодность изменять Interval для основного цикла элемента настройки

This commit is contained in:
2022-04-27 14:18:44 +03:00
parent 7d71c78170
commit cd8ce5ff0b
2 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ class IoTItem {
String getID();
String getValue();
void setInterval(unsigned long interval);
unsigned long currentMillis;
unsigned long prevMillis;
unsigned long difference;