Copying an existing Unifi trigger rule doesn't work
function onBefore(current, previous) {
....
}(function executeRule(current, previous /*null when async*/) {
....
})(current, previous);Was this helpful?
function onBefore(current, previous) {
....
}(function executeRule(current, previous /*null when async*/) {
....
})(current, previous);Was this helpful?
Was this helpful?