Check network
Check the device's network connection by pinging Google.
Check network is an action to check whether the device is connected to the Internet by pinging the Google server. The result is stored in a variable to branch the script (for example: if there is no connection, call Reconnect or turn Wi-Fi back on).
🎥 Watch the tutorial video: Here.
Explanation of configuration parameters:
Output Variable Name: The name of the variable that stores the connection check result (connected / not connected). Use this variable in the If block to handle accordingly.

Last updated
Was this helpful?