v2.1 introduces the capability to trigger an action on a specific function applied to incoming data. The functions are listed below:
Function | Description |
Changed | Triggers actions when a property is changed |
Received | Triggers actions when a property is received |
Increased | Triggers actions when a property increases |
Decreased | Triggers actions when a property decreases |
IncreasedBy | Triggers actions when a property increases by at least the configured value |
DecreasedBy | Triggers actions when a property decreases by at least the configured value |
These are accessed from Rules -> f(x) on the menu:
In the example above, a boolean metric, /doorstate155/entry_door1 is monitored by JEDI One's rules engine and if the state changes (from True to False or from False to True) the notification action, Send Email is triggered. Other types of actions can be invoked as well.