mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-02 05:19:27 +03:00
Добавляем работу сенсоров с несколькими измерениями. Добавляем первую версию класса Variable.
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
IoTModule::IoTModule() {};
|
||||
IoTModule::~IoTModule() {};
|
||||
void* IoTModule::initInstance(String parameters) {};
|
||||
ModuleInfo IoTModule::getInfo() {};
|
||||
ModuleInfo IoTModule::getInfo() {};
|
||||
void IoTModule::clear() {};
|
||||
Reference in New Issue
Block a user