Page 1 of 1
Send closest SSID in mail
Posted: 11 Aug 2015 18:09
by T4NK
Hi Guys,
I have set up a security flow where a picture is taken and then, along with the GPS-location, gets send through email.
I want to add the SSID-name it is closest to in that mail, is there a way to do that?
Re: Send closest SSID in mail
Posted: 11 Aug 2015 18:46
by Martin
Hi,
Closest SSID is not possible but you could add all available SSIDs to the mail.
First execute a condition WiFi Available: * in the flow and connect the true-output to the mail action. The condition will populate the variable access_points with the list of all available WiFi networks. You can write the list to the mail with {access_points,listformat,comma} (should also be available in MenĂ¼->Select Variable of the mail action when the condition was added to the flow).
You could also use action Init Variable Location: Network with a reasonable timeout to find an approximate location determined with Cells and WiFi access points (internet has to be available to determine the location by network since Google has to query it's database to find the coordinates).
Regards,
Martin
Re: Send closest SSID in mail
Posted: 12 Aug 2015 06:37
by T4NK
Thnx!