Merge remote-tracking branch 'origin/development-stable' into development

This commit is contained in:
2022-02-20 18:57:38 +01:00
4 changed files with 129 additions and 146 deletions

View File

@ -199,6 +199,7 @@ public class ActivityMainRules extends ActivityGeneric
AutomationService runContext = AutomationService.getInstance();
if(runContext != null)
{
Miscellaneous.logEvent("i", "ActivityMainRules", "Initiating manual execution of rule " + ruleThisIsAbout.getName(), 3);
ruleThisIsAbout.activate(runContext, true);
break;
}