Timer on event
Posted: 09 Jun 2013 12:55
Edit:
I use automagic for maintaint my internet connection with my iphone via bluetooth because its very unstable. I use 2 flows:
and
But sometimes, the second flow doesn't successufuly connect to my iphone. So I used a third flow with a periodic timer set to 1m:
Its not the best, i know. The best, its modifing my second flow to do a thing like that:
Its possible?
Thanks!
Sebastien
Hi all!Device: asus tf300t
Android version: 4.0.1
I use automagic for maintaint my internet connection with my iphone via bluetooth because its very unstable. I use 2 flows:
Code: Select all
When bluetooth is on or pwering on -> connect to bluetooth device (my iphone)
Code: Select all
When bluetooth device disconnected (my iphone) -> check bluetooth is enabled -> true -> connect to bluetooth device (my iphone)
Code: Select all
Periodic timer: every 1m -> (condition) bluetooth Enable -> True -> connect to bluetooth device (my iphone)
Code: Select all
When bluetooth device disconnected (my iphone) -> check bluetooth is enabled -> true -> connect to bluetooth device (my iphone)
-> 30 seconds countdown -> connect to bluetooth device (my iphone)
Thanks!
Sebastien