Добавляем метод execute() для базового класса для реализации выполнения функций модулем по запросу ядра.

This commit is contained in:
2022-02-06 09:32:28 +03:00
parent ca0fb25a30
commit ce7d461b77
2 changed files with 4 additions and 0 deletions

View File

@@ -72,4 +72,6 @@ void IoTItem::regEvent(float value, String consoleInfo = "") {
void IoTItem::doByInterval() {}
void IoTItem::execute(String command, String param) {}
IoTItem* myIoTItem;