Initial Commit

This commit is contained in:
2023-05-11 11:36:56 +02:00
commit b78a3c1820
113 changed files with 13158 additions and 0 deletions

View File

@ -0,0 +1,7 @@
(function executeRule(current, previous /*null when async*/) {
// Add your code here
var triggerUtils = new TriggerUtils();
triggerUtils.refreshConditionTable();
})(current, previous);