list_accessories
Retrieve all Homebridge accessories and their current state, with options to filter by room, type, manufacturer, or name. Quickly monitor device status across your smart home.
Instructions
List all Homebridge accessories with their current state (on/off, brightness, temperature, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by service name (case-insensitive, contains match) | |
| room | No | Filter by room name (case-insensitive) | |
| type | No | Filter by accessory type (e.g. 'Lightbulb', 'Switch', 'Thermostat') | |
| manufacturer | No | Filter by manufacturer (case-insensitive, contains match) | |
| excludeManufacturer | No | Exclude accessories from this manufacturer (case-insensitive, contains match) |