Product/components used and version/fix level:
Cumulocity iot 1020.296.0
Detailed explanation of the problem:
Hi it’s Luca,
We’re experimenting with smartrules to generate an alarm when a measurement exceeds a certain threshold. Currently, we are using the smartrule called “On measurement explicit threshold create alarm”.
The docs states that:
If the measurement value enters or leaves the red range, a CRITICAL alarm is generated or cleared.
However, our requirement is to have only one threshold value so that a measurement below that threshold is acceptable and above that threshold an alarm is triggered.
Using the above-mentioned smartrule, our requirement could be met by setting min=threshold and max=veryHighNumber.
Is there any other, possibly more elegant solution?