I'd like to check if the last value of an item was generated in the first 5 minutes after an even hour to trigger an alert. I tried to use something like:
when saving it returns an error: Incorrect trigger expression
is this something that can be done in triggers is there a better way to acomplish it?
Code:
{template:item].time(0).regexp(^\d[02468][0][0-5])}=0
is this something that can be done in triggers is there a better way to acomplish it?
Comment