I set custom intervals for an items.
Trigger condition is "{item.min(15m)}>90 and {item.nodata(120)}=0"
when the item value is larger than 90 between 15:00 and 15:30
Why the trigger is TRUE at 9:10 on 2nd day.
I think trigger is FALSE, because min(15m) means the only last 15 minutes rather than 15:15 - 15:30 at 9:10
Is there some misunderstanding on me?
Trigger condition is "{item.min(15m)}>90 and {item.nodata(120)}=0"
when the item value is larger than 90 between 15:00 and 15:30
Why the trigger is TRUE at 9:10 on 2nd day.
I think trigger is FALSE, because min(15m) means the only last 15 minutes rather than 15:15 - 15:30 at 9:10
Is there some misunderstanding on me?
Comment