| Name | ENABLED |
| Description | Executes when WiFi is enabled. |
| Name | DISABLED |
| Description | Executes when WiFi is disabled. |
| Name | CONNECTED | |||
| Description | Executes when device get connected to a WiFi network. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.STRING | SSID | No | WiFi network ID. If null any SSID leads to trigger execution. |
| Name | ENABLED |
| Description | Returns true if WiFi is enabled, false otherwise. |
| Name | DISABLED |
| Description | Returns true if WiFi is enabled, false otherwise. |
| Name | CONNECTED | |||
| Description | Returns true if device is connected to a WiFi network, false otherwise. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.STRING | SSID | No | WiFi network ID. If null any SSID is valid for verification. |
| Name | ON |
| Description | Activates WiFi. |
| Name | OFF |
| Description | Deactivates WiFi. |