• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Multiple OR conditions in profile

Scott216

Newbie
I'm trying to create a task that will trigger if I'm near either of two WiFi access points: If near WiFi_1 OR WiFi_2 then perform task. I can't figure out how to do this.
 
"/" is "or" ... as in ...

Profile: tla-Office-Near (30) State: Wifi Near [ SSID:TLANET-2.4GHz/TLANET-5GHz MAC:* Capabilities:* Min. Activate Signal Level:5 Channel:0 Toggle Wifi:Off ] Enter: tla-Office-Near (32) A1: Wait [ MS:0 Seconds:0 Minutes:1 Hours:0 Days:0 ] A2: Perform Task [ Name:tla-WiFi-On Priority:5 Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:Off ]

... Thom
 
So in the SSDI field, I would enter
WiFi_1/WiFi_2

A related question: Can I use wild cards? Something like:
SSID: WiFi_*
 
Thanks. The actual SSIDs are mtsnow-guest and mtsnow-public. so mtsnow-* should do the trick. I'm using the WiFi location feature to increase the volume and brighten the screen whenever I get to the the ski mountain.
I was going to use GPS, but read WiFi would use less battery.
 
Back
Top Bottom