Page 1 of 1
What is a good trigger for inactivity?
Posted: 28 Feb 2016 23:53
by Alex
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?
Re: What is a good trigger for inactivity?
Posted: 29 Feb 2016 08:13
by MURTUMA
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