I have created computed attributes, how do I make these attributes trigger alarms/notifications such as event rules or something similar?
You can create an alarm attribute with an expression that returns an alarm key. For example:
in1 ? "sos" : null
I have created computed attributes, how do I make these attributes trigger alarms/notifications such as event rules or something similar?