Manage WiFi Interface
manage_wifi_interfaceEnable, disable, or update the SSID of a WiFi interface. Provide the interface name and at least one of disabled or ssid.
Instructions
Enable, disable, or update SSID settings on a WiFi interface. At least one of disabled or ssid must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| name | Yes | WiFi interface name (e.g. wifi1, wlan1) | |
| disabled | No | Set to true to disable, false to enable | |
| ssid | No | New SSID to set | |
| dryRun | No | Preview changes without applying. |