Skip to content

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.

get_device_radios(device_mac="aa:bb:cc:00:00:02")
ParameterTypeRequiredDefaultDescription
device_macstringyesAP MAC address (from list_devices).
controllerstringno”default”Name of the UniFi controller to target. Defaults to "default".