Difference between revisions of "Trigger: Wifi State Change"

Line 5: Line 5:
  
 
Please note that since Android 8.1 this functionality requires location permission and location services enabled in order to detect connect/ disconnect events.
 
Please note that since Android 8.1 this functionality requires location permission and location services enabled in order to detect connect/ disconnect events.
</pre>
 
 
==<p><b>Available Features </b></p>==
 
 
=== Connected to network ===
 
* ''''' Any Network '''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
It will react to any connected Wi-Fi (SSID).
 
</pre>
 
 
* ''''' Select manually '''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Manually select one or more Wi-Fi networks (SSID) that the trigger will react to.
 
</pre>
 
 
=== Disconnected from network ===
 
* ''''' Any Network '''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
It will react to any disconnected Wi-Fi (SSID).
 
</pre>
 
 
* ''''' Select manually '''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Manually select one or more Wi-Fi networks (SSIDs) that the activator will react to when disconnected.
 
</pre>
 
 
=== Wifi disabled ===
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
It is activated when Wi-Fi is deactivated.
 
</pre>
 
 
=== Wifi enabled ===
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
It is activated when WiFi is activated.
 
 
</pre>
 
</pre>

Revision as of 15:33, 23 April 2024

About this trigger

This trigger will fire when the wifi state changes.

Please note that since Android 8.1 this functionality requires location permission and location services enabled in order to detect connect/ disconnect events.