set_color
Set a Philips Hue light's color using RGB values. Switches the light to color mode; revert to white mode with a color temperature setting.
Instructions
Set the color of a Philips Hue light using RGB values. Switches the light to color mode. Use set_color_temperature to go back to white mode.
Args: red: Red channel, 0–255 green: Green channel, 0–255 blue: Blue channel, 0–255 address: Bluetooth address from scan_hue_lights. Leave blank to use HUE_LIGHT_ADDRESS env var.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| red | Yes | ||
| green | Yes | ||
| blue | Yes | ||
| address | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |