Changes

no edit summary
Line 4: Line 4:  
closer you will be to 0 the weaker the strength the closer you will be to -127: if you are standing next to the source, you'd typically be around -35. If you have a weak connection to a cell tower, you'd get around -110 to -115.
 
closer you will be to 0 the weaker the strength the closer you will be to -127: if you are standing next to the source, you'd typically be around -35. If you have a weak connection to a cell tower, you'd get around -110 to -115.
 
-127 means you are not connected to the source you are trying to measure. 2147483647 means the magic text broke for some reason..</pre>
 
-127 means you are not connected to the source you are trying to measure. 2147483647 means the magic text broke for some reason..</pre>
 +
<br>
 +
'''Example Usage'''<br/>
 +
 +
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 +
Triggers
 +
Regular interval (Interval: 00:00:30)
 +
 +
</pre><br>
 +
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 +
Actions
 +
IF (compare values([wifi_strength] < -80))
 +
    Connect to network (wifi1)
 +
    Constraint---> Wifi connected (wifi 2)
 +
    Connect to network (wifi2)
 +
    Constraint---> Wifi connected (wifi 1)
 +
</pre><br>
 +
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 +
Constraints
 +
Geofence (Inside area : home)
 +
 +
</pre><br>
 +
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 +
Local variables
 +
No variables
 +
 +
</pre><br>
editors
133

edits