Переписываем взаимодействие c драйверами IoTGpio

This commit is contained in:
2022-10-01 22:58:27 +03:00
parent 98812e7470
commit 7def6d0543
4 changed files with 58 additions and 42 deletions

View File

@@ -41,7 +41,7 @@ class IoTItem {
bool needSave = false;
bool enableDoByInt = true;
virtual bool isGpioDriver();
virtual IoTGpio* getGpioDriver();
virtual void setValue(IoTValue Value);
virtual void setValue(String valStr);