What is a good trigger for inactivity?

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
Alex
Posts: 11
Joined: 04 Dec 2015 02:27

What is a good trigger for inactivity?

Post by Alex » 28 Feb 2016 23:53

I would like a certain action to be triggered by inactivity, eg, if phone is idle for 60 seconds (eg, no user input), then ➜ action. What is a good trigger for this?

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: What is a good trigger for inactivity?

Post by MURTUMA » 29 Feb 2016 08:13

One way would be detecting when screen goes off:
Flow 1: Trigger display state off
Action sleep 60s-time before screen turns off

Flow 2: Trigger display state on
Action stop flow 1

Post Reply