Добавляем поблочную загрузку сценариев

This commit is contained in:
2022-08-29 00:45:55 +03:00
parent c610f006be
commit 0f869ebf39
6 changed files with 41 additions and 24 deletions

View File

@@ -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();