Get Hubitat device
hubitat_get_deviceRetrieve a single device's current details and attributes, such as switch state, level, or battery status, from the Hubitat Maker API by providing its device ID.
Instructions
Get a single device's details and current attributes from Maker API.
Use when: you need current state (switch, level, battery, etc.). Do NOT use when: you only need the list of IDs (use hubitat_list_devices).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Maker API device ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| room | No | ||
| type | No | ||
| label | Yes | ||
| attributes | Yes | ||
| capabilities | No |