mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавляем поддержку сохранения значений IoTItems
This commit is contained in:
@@ -31,6 +31,8 @@ class IoTItem {
|
||||
bool iAmDead = false; // признак необходимости удалить объект из базы
|
||||
bool iAmLocal = true; // признак локальной переменной
|
||||
|
||||
bool needSave = false;
|
||||
|
||||
virtual IoTGpio* getGpioDriver();
|
||||
virtual void setValue(IoTValue Value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user