Prevent multiple cell tower detection ...

Post your questions and help other users.

Moderator: Martin

Post Reply
Taapo
Posts: 6
Joined: 05 Jul 2015 08:32

Prevent multiple cell tower detection ...

Post by Taapo » 08 Jul 2015 06:31

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?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Prevent multiple cell tower detection ...

Post by Martin » 08 Jul 2015 19:15

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

Post Reply