Timeout for actions

micheluzzo

New member
Hi,
I'm trying to set a timeout for actions, here's what I mean:

- action 1
- timeout: there's a maximum time for a trigger to set in.
- - if a trigger goes in during the timeout
- - - action 2
- - if timeout goes over and trigger is not fired, then
- - - action 3

I may be missing the way to do that, maybe we don't need a new feature for that.

Thanks for your help!

Micheluzzo from Italy
 
Last edited:

FrameXX

Well-known member
Condition can't happen. Condition is.

You want to wait until certain condition changes to certain value? (true or false). Can you tell me what exact condition? If it's the case you could use wait until trigger.
 

micheluzzo

New member
Condition can't happen. Condition is.

You want to wait until certain condition changes to certain value? (true or false). Can you tell me what exact condition? If it's the case you could use wait until trigger.
You're absolutely right I made a mistake when explaining. I edited the OP, hope now is more clear.
 

FrameXX

Well-known member
You're absolutely right I made a mistake when explaining. I edited the OP, hope now is more clear.

Of course it's possible. I am giving an example macro below. If I turn screen on and then if I shake with mibile in first 10 seconds my mobile phone will vibrate. It's clunky, but working.

Test.png
 
Top