Feature Request: Add WAIT function to THEN branch of ROUTINES

Devices offer a similar option to Wait with the “Delay this action” setting in the Actions for the device. There is no equivalent for changing security modes, running scenes, or changing location mode so either adding an explicit “Wait” action as you suggest or adding “Delay this action” to those activities would be nice. There are some hacks you can do with the Virtual Edge Counter from @TAustin where you could use two Routines like:

If Button 1 is pressed
then
Send notification
Turn on Virtual Edge Counter

If Virtual Edge Counter Duration is 3 minutes
then
Change Security Mode to Armed Away
Turn off Virtual Edge Counter

This would at least give you the desired behavior until ST adds the ability to delay actions for all types.

1 Like