Door Locked by Keypad, help please?


#1

I am trying to do a routine a minute after currentEventValue changes to keypadLocked.

The problem here is that value only stays keypadLocked for a few seconds then it changes to locked and the piston stops running.

The only condition here is that it has to stay locked for 1 minute because I may have forgotten something before leaving the house.

What’s the best way to form this piston?


#2

try: if (status changes to keypadLocked) or (status is locked). Then it will trigger off the change but the second condition will continue execution as long as it stays locked.


#3

Thanks man