Hi Experts,
How do I compare a stored value for event with its value from 5 seconds ago?
I want to trigger a rule when the current stored value for the event is greater than the value 5 seconds earlier
I want to set this condition:
StoredValue1 (current) > StoredValue1 (5 seconds ago)
Historical Stored Value Comparision
- jamesedwards
- Posts: 5478
- Joined: Wed Nov 21, 2018 6:16 pm
Probably the easiest way is to use a history list
You do not have the required permissions to view the files attached to this post.
- jamesedwards
- Posts: 5478
- Joined: Wed Nov 21, 2018 6:16 pm
Then you could do it manually. Set a stored value A, then 5 secs later set a stored value B, and compare the two.
