mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 07:32:18 +03:00
Changes
This commit is contained in:
@@ -98,7 +98,7 @@ class Scenario {
|
||||
if (this->isConditionSatisfied()) { //если вошедшее событие выполняет условие сценария
|
||||
_scenBlok = deleteBeforeDelimiter(_scenBlok, "\n");
|
||||
//Serial.println(" [>] Making: " + _scenBlok);
|
||||
spaceExecute(_scenBlok);
|
||||
spaceCmdExecute(_scenBlok);
|
||||
}
|
||||
}
|
||||
this->delOneScenBlock(); //удалим использованный блок
|
||||
|
||||
Reference in New Issue
Block a user