What I would like is to make a condition similar to this: if param1 == true && lastUpdate > 30s then ....
I couldn’t see in this method of building rules any way to get the time of the last update of a parameter, will I have to create a new attribute to store the update date?
We have a ‘Duration’ modifier in mind with which you could specify for how long a condition should be true before triggering the rule. Is that what you would need?
This is however not high priority on our backlog. So if anyone feels comfortable to dive in an add this, feel free to message me
An alternative would be to use Groovy rules to write the rule you need, would that be an option for you Luiz?