I put in a couple of Zooz switches yesterday. I have a Zen76 on-off switch for the garage lights. I also have a Zooz motion sensor in the garage. I'd like to turn the light off if there's no motion. So I tried this, but it stops at the 'wait' step, and doesn't turn off the light.
Trigger: Garage light physical on
Delay 0:00:30
Wait for event: Garage motion motion inactive and stays that way for: 0:05:00
Off: Garage light
Log: app:882023-01-07 08:16:57.558 AMinfoAction: Wait for event: Garage motion motion inactive and stays that way for: 0:05:00
I have no idea where your light switch is in relation to you motion sensor. Can the light be turned on without the motion going active? In a situation like that, I'd use Wait for Expression instead of Event. It'll look at the state instead of waiting for a discrete event that may not happen anytime soon.
My general rule is if the trigger and the wait are looking at the same device then Wait for Event is fine. If they aren't the same then Wait for Expression is my preference.