Set color
set_colorSet a single static color on a Twinkly device using RGB or HSV values, switching it to color mode for immediate display.
Instructions
Set a single static color and switch the device into color mode so it shows immediately. Provide exactly one of rgb ({r,g,b}, 0–255) or hsv ({h,s,v}; hue 0–359, sat/val 0–255).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hsv | No | HSV color: hue 0–359, saturation 0–255, value 0–255. | |
| rgb | No | RGB color, each channel 0–255. | |
| device | No | Name of the target device (see list_devices). Omit to use the default device. |