mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
Добавляем геттер для _global параметра в IoTItem
This commit is contained in:
@@ -27,6 +27,7 @@ class IoTItem {
|
||||
int getIntFromNet();
|
||||
virtual String getValue();
|
||||
long getInterval();
|
||||
bool isGlobal();
|
||||
|
||||
void setInterval(long interval);
|
||||
void setIntFromNet(int interval);
|
||||
|
||||
Reference in New Issue
Block a user