Hi - looking for a bit of advice, or an example flow you could share..
I'm trying to set up a very simple flow for location Work and Home only triggering on CELL id's. So I have:
FLOW: Work enter
trigger 'phone cell GSM' saved the local cell ID's for (2g and 3g) and state connected
action - set phone vibrate
FLOW: Work exit
trigger 'phone cell GSM' saved the local cell ID's for (2g and 3g) and state DIS-connected
action - set phone normal
So this seemed to work fine, I then wanted to set up the same pair of flows for Home, but when selecting the 'phone cell GSM' trigger for my new Home flow it inherited the work gsm cell id's. I had to add these to the ignore section and only trigger on the additional home cell ID's.
Then I noticed the FLOW for my work was also listing the Home cell ID's , which I added to ignore - but now it seems i can execute either flow in either location... hmm there must be an easy way to do this
I know this is so simple, I'd appreciate any advice, or sharing of an example I could edit
thanks
phone cell GSM trigger (Llama style)
Moderator: Martin
Re: phone cell GSM trigger (Llama style)
You have to use separate triggers for home and work. Separate means different name. Currently you use the same trigger so if you edit it in home flows, the changes take effect in work flows too.
Re: phone cell GSM trigger (Llama style)
Thank you for your reply. One trigger for work enter/exit is named Phone Cell GSM:work, and the trigger for home is named Phone Cell GSM:home. But they still mix the list of Cell ID'sMURTUMA wrote:You have to use separate triggers for home and work. Separate means different name. Currently you use the same trigger so if you edit it in home flows, the changes take effect in work flows too.
Maybe this is because there is only one global list of cell ID's, and you have to select the ones applicable to the relevant trigger ? If so then do you have to set all the ones not applicable to IGNORE, or is it OK just to leave them unselected ?