Page 1 of 1

motion flow

Posted: 13 Sep 2017 18:09
by adorno
hi, i hope you can help me :)

1. motion detected
2. display start 30s
3. app should start ( once)

my problem: each motion, app start again and again ;)

Re: motion flow

Posted: 13 Sep 2017 19:05
by Martin
Hi,

You could disable the flow with an action 'Set Flow State: Disable {flow_name}' to stop the flow once the app is started.
You probably also have to use menu->Options of the flow and then change the Flow execution policy to Skip... to ensure that the flow is not started many times in parallel.

Regards,
Martin

Re: motion flow

Posted: 15 Sep 2017 18:15
by adorno
thx

it works :D