update_mobility_device_wireless
Update a UniFi mobility device's WiFi network by setting a new SSID and WPA2-PSK password, with confirmation required to apply changes.
Instructions
Update a UMR device's WiFi SSID + password (guarded write). Mutates live config.
Both fields are required by the API (channel/TX power/security protocol are not configurable here). ssid is 1-32 chars; password is a WPA2-PSK secret of 8-63 chars. Read-before, confirm=true guard, kill-switch, read-after. There is no no-op short-circuit (the password is not observable, so an unchanged config cannot be proven). The supplied password is not echoed back in the result.
workspace_id: the workspace UUID from list_mobility_workspaces. device_id: the device UUID from list_mobility_devices. ssid: the new WiFi SSID (1-32 characters). password: the new WPA2-PSK password (8-63 characters). confirm: must be true to apply the change. key_label: optional configured API-key label to route on a specific key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssid | Yes | ||
| confirm | No | ||
| password | Yes | ||
| device_id | Yes | ||
| key_label | No | ||
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||