I have the following trigger:
({Email:imap.last(0)}=0)&(({Email:imap.time(0)}>03 3000)|({Email:imap.time(0)}<023000))
I have it set like this because I do a backup around 3AM or so and the imap goes down during that time. I get an alarm every morning so I decided to have the alarm display {Email:imap.time(0)} for debugging. This is what I get:
IMAP: 0 (latest value)
TIME: 024829
Do I have the logic wrong?
Thanks.
({Email:imap.last(0)}=0)&(({Email:imap.time(0)}>03 3000)|({Email:imap.time(0)}<023000))
I have it set like this because I do a backup around 3AM or so and the imap goes down during that time. I get an alarm every morning so I decided to have the alarm display {Email:imap.time(0)} for debugging. This is what I get:
IMAP: 0 (latest value)
TIME: 024829
Do I have the logic wrong?
Thanks.