Change Network

The Check Network block is used to verify whether the device is connected to the network before proceeding to the next step in the automation process. This ensures that operations requiring a network connection (e.g., API calls or data synchronization) do not fail due to connectivity issues.


How to Use the Check Network Block

  1. Insert the "Check Network" Block into the Automation Process Add the Check Network block into your automation workflow.

  2. Set Timeout (Seconds) Specify the duration the system will wait before deciding that there is no network connection. Default: 0 (no timeout).

    Example: Setting it to 10 means the system will wait for up to 10 seconds for the network to respond before proceeding to the next step.

  3. Set Delay Before Next Block

    • Delay Next Block (Seconds): Set the delay before proceeding to the next automation step.

    Example: Setting it to 2 means the system will wait for 2 seconds before proceeding.

Last updated