unifi_update_wlan
Modify a WLAN's configuration: change passphrase, enable or disable SSID, switch band, toggle guest mode, or update VLAN by providing the network ID and desired changes.
Instructions
Update a WLAN by its _id. Fetches current config and merges your fields. Common uses: change password, enable/disable SSID, change band, toggle guest mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wlan_id | Yes | ||
| site_id | No | default | |
| name | No | ||
| enabled | No | ||
| passphrase | No | ||
| hide_ssid | No | ||
| is_guest | No | ||
| wlan_band | No | ||
| vlan_id | No |