Hi.
I want to start one of my KumoApps from a
ifttt.com rule. This Kumoapp, when started from the Kumo Apps webpage, keeps running until I stop it, but when started from
ifttt.com, it stops. The explanation of this action in Ifttt says "
If a KumoApp does not register any event handler or timer, it will automatically stop after executing the first time, allowing this action to run multiple times without user intervention.".
In this Kumoapp I use 2 timers, and I start and stop these timers dinamically from the code.
In this KumoApp log it gets recorded that the app stops 5 seconds after being started from ifttt:
23/03/2015 20:09:23 App has been stopped successfully. Info
23/03/2015 20:09:18 App has been started successfully. Info
Why it stops?
Thanks.