get_access_device
get_access_device
Section titled “get_access_device”Fetch one Access device’s full record by ID.
Side effects: None (read-only).
Same shape as one entry from list_access_devices. Useful for
checking firmware version, online status, or hub assignment on a
specific reader.
Example
Section titled “Example”get_access_device(device_id="dev...", controller="default")Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
device_id |
string |
yes | — | Device id from list_access_devices. |
controller |
string |
no | “default” | Name of the UniFi controller to target. |