I thought this was talked about before, but couldn't find it.
Simple question, how do you programmatically trigger on a Zigbee lock changing state? I see the lock states being reported in the Event log, so I know that the panel knows. I tried:
WHEN Front Entry
AND If Front Entry Unlocked
THEN .....
but that DOESN'T seem to work. I can do:
EVERY 5 MINUTES
AND If Front Entry Unlocked
THEN ......
which does work fine, but then I might not know a door is unlocked for up to 5 minutes. What is the solution?
Simple question, how do you programmatically trigger on a Zigbee lock changing state? I see the lock states being reported in the Event log, so I know that the panel knows. I tried:
WHEN Front Entry
AND If Front Entry Unlocked
THEN .....
but that DOESN'T seem to work. I can do:
EVERY 5 MINUTES
AND If Front Entry Unlocked
THEN ......
which does work fine, but then I might not know a door is unlocked for up to 5 minutes. What is the solution?