List Devices
list_devicesRetrieve a list of all connected home automation devices with their channels, types, and addresses. Filter by room, function, type, or name to find specific devices for control.
Instructions
List all devices with their channels, types, and addresses. Optional filters: room, function, type, name. Use this first to discover device addresses for get_value/set_value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | No | Filter by room name (exact match) | |
| function | No | Filter by function group name (exact match) | |
| type | No | Filter by device type (exact match, e.g. 'HmIP-eTRV-2') | |
| name | No | Filter by device/channel name (substring, case-insensitive) |