mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем поблочную загрузку сценариев
This commit is contained in:
@@ -86,8 +86,8 @@ class IoTScenario {
|
||||
void clearScenarioElements();
|
||||
|
||||
public:
|
||||
void loadScenario(String fileName);
|
||||
void ExecScenario(String eventIdName);
|
||||
void loadScenario(String fileName, String eventIdName);
|
||||
void execScenario(String eventIdName);
|
||||
|
||||
IoTScenario();
|
||||
~IoTScenario();
|
||||
|
||||
Reference in New Issue
Block a user