homey_set_capability
Set a device capability value like on/off, dim, or target temperature to control Homey smart home devices.
Instructions
Set a capability value on a device (e.g. turn on/off, dim, target_temperature).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The value to set | |
| deviceId | Yes | The ID of the device | |
| capabilityId | Yes | The ID of the capability (e.g. onoff, dim, target_temperature, light_hue) |