Hi all,
I have an alert set up in thingworx and I want to reset the alert each time it is called. This way it will alert every time a value is outside of the alert limits, not just the first time.
For example, say our alert for property X is an Above alert type with limit line of 5. Say X goes to 6, and an alert is triggered. If it then goes directly to 7, an alert does not trigger. I want it so that on any value that is above the threshold the alert triggers. Is this possible?
Note on ideas or things I have thought of:
What I have done in the past for similar use cases is create DataChange subscriptions for each property (or one AnyDataChange subscription to handle them all which I have heard is poor practice). I just am going to have hundreds of these types of alerts across many things so would be easier to handle it within an alert service rather than creating DataChange subscriptions for every property or having one subscription that is handling data changes from hundreds of properties.
