set_accessory
Set a Homebridge accessory characteristic—like On, Brightness, or ColorTemperature—to a specific value using its uniqueId.
Instructions
Control a Homebridge accessory — turn it on/off, set brightness, color temperature, etc. Use list_accessories first to find the uniqueId and available characteristicTypes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The value to set (e.g. true/false for On, 0-100 for Brightness) | |
| uniqueId | Yes | The unique identifier of the accessory | |
| characteristicType | Yes | The characteristic to set (e.g. 'On', 'Brightness', 'ColorTemperature', 'Hue', 'Saturation', 'TargetTemperature', 'TargetDoorState') |