Change a WiFi network
set_wifiModify an existing WiFi network's SSID, password, channel, or enable/disable status. Changes are committed and radios reloaded.
Instructions
Modify an existing wireless network identified by its id (from list_wifi_networks). Any subset of fields may be supplied. Changes are committed and the radios reloaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Wifi network id from list_wifi_networks | |
| ssid | No | New SSID (network name) | |
| channel | No | New radio channel (e.g. 6, 36, or 'auto') | |
| enabled | No | Enable or disable the network | |
| password | No | New pre-shared key / passphrase |