Page 1 of 1

Prevent multiple cell tower detection ...

Posted: 08 Jul 2015 06:31
by Taapo
My current flow has as first action (nothing before) a cell tower id detection which checks multiple cid's. How do I prevent the flow firing off again when it switches cell towers?

Re: Prevent multiple cell tower detection ...

Posted: 08 Jul 2015 19:15
by Martin
Hi,

The trigger should not execute the flow again when all cells are in the list. Maybe your device temporarily connects to a cell you don't have in the list. Some devices also temporarily report wrong cell IDs, you can mitigate this problem by checking the cell ID printed in the log and adding the wrong cell ID in the ignore list of the trigger. You can access the log from the flow list using menu->Manage->Log.

Regards,
Martin