Basically I need a recurring timer that fires every minute. I use this to increment the iPhoneLastSeen variables.
What's the easiest way to create a recurring timer for this use? Is there an indigo.system.time.minuteElapsed event I can use? Or an indigo.system.getTime method I can watch to see the time? I've tried creating a standard recurring timer using several other examples found on the web. They work outside of the plugin, but they will not fire during runConcurrentThread.
I'm still figuring out Python so take it easy on me if the answer is obvious.
Thanks in advance.
Travis