Difference between revisions of "Constraint: Cell Towers"
m |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on whether the device is in range of selected cell towers.</pre> |
| − | <pre style=" | + | |
| − | + | ''' Options ''' | |
| − | </pre> | + | |
| + | * '''In range''': Constraint passes only when in range of the selected tower group | ||
| + | * '''Out of range''': Constraint passes only when out of range | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Enable Wi-Fi only when at the office cell tower group'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Screen On/Off - Screen On</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Wifi Configure (Enable)</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Cell Towers - In range (Office)</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Trigger: Cell Tower Change|Cell Tower Change Trigger]] | ||
| + | * [[Constraint: Geofence|Geofence (Location) Constraint]] | ||
Latest revision as of 11:15, 9 January 2026
This constraint allows or prevents a macro/feature from running based on whether the device is in range of selected cell towers.
Options
- In range: Constraint passes only when in range of the selected tower group
- Out of range: Constraint passes only when out of range
Example
Example 1: Enable Wi-Fi only when at the office cell tower group
Triggers Screen On/Off - Screen On
Actions Wifi Configure (Enable)
Constraints Cell Towers - In range (Office)
See Also