mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем метод execute() для базового класса для реализации выполнения функций модулем по запросу ядра.
This commit is contained in:
@@ -72,4 +72,6 @@ void IoTItem::regEvent(float value, String consoleInfo = "") {
|
||||
|
||||
void IoTItem::doByInterval() {}
|
||||
|
||||
void IoTItem::execute(String command, String param) {}
|
||||
|
||||
IoTItem* myIoTItem;
|
||||
Reference in New Issue
Block a user