get_device_radios
get_device_radios
Section titled “get_device_radios”Show per-radio RF settings for an access point.
Side effects: None (read-only). Use this before any
set_radio_* call to see the current values you are about to
change.
Returns the device identity plus one record per radio with
radio (UniFi id: ng=2.4GHz, na=5GHz, 6e=6GHz), the
friendly band, channel, ht (channel width MHz),
tx_power_mode (auto when unset), tx_power,
min_rssi_enabled, min_rssi, and the hardware
min_txpower/max_txpower bounds.
Example
Section titled “Example”get_device_radios(device_mac="aa:bb:cc:00:00:02")Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
device_mac | string | yes | — | AP MAC address (from list_devices). |
controller | string | no | ”default” | Name of the UniFi controller to target. Defaults to "default". |