Automation and api fixes

This commit is contained in:
JonatanRek
2019-08-24 13:07:07 +02:00
parent 97e955d382
commit 1ea7e600c2
13 changed files with 152 additions and 54 deletions

View File

@@ -41,7 +41,7 @@ if (isset($obj['user']) && $obj['user'] != ''){
}
//automationExecution
//AutomationManager::executeAll();
AutomationManager::executeAll();
//Record Cleaning
RecordManager::clean(RECORDTIMOUT);