List Hubitat devices
hubitat_list_devicesDiscover Hubitat devices and retrieve their IDs, names, labels, rooms, and capabilities. Use it to find a device ID before sending commands or to browse which devices are authorized in Maker API.
Instructions
List devices authorized in Maker API. Returns id, name, label, room, and capabilities summary.
Use when: discovering devices or finding an ID before send_command. Do NOT use when: you already know the device ID (use hubitat_get_device). Note: Rule Machine rules cannot be listed — only devices Maker API can see.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| query | No | Optional case-insensitive filter on name, label, type, or room | |
| offset | No | Results to skip |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| devices | Yes | ||
| has_more | Yes | ||
| next_offset | No |