device_list
List devices in an IoT unit using filters by network, address, profile, name substring, and pagination to quickly locate specific devices.
Instructions
List devices in a unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addr | No | Filter by network address. | |
| sort | No | Sort key:order. Keys: network, addr, created, modified, profile, name. | |
| unit | Yes | Unit ID (required for normal users). | |
| limit | No | Max items; 0 for all (default 100). | |
| offset | No | Data offset (default 0). | |
| network | No | Filter by network ID. | |
| profile | No | Filter by device profile. | |
| contains | No | Filter by name substring. |