unifi_list_clients
List all connected clients in a UniFi site, showing name, MAC, IP, type, and uplink device. Filter by wired/wireless type or uplink device ID, with pagination support.
Instructions
List connected clients for a site (Integration API). Returns name, MAC, IP, type, connected-at, uplink device. Filters: type='WIRELESS'|'WIRED', uplink_device_id. Pagination: offset, limit (default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | No | default | |
| type | No | ||
| uplink_device_id | No | ||
| offset | No | ||
| limit | No |