set_led_color
Set the LED on a Nordic Thingy:52 to a named color or custom RGB values, and adjust brightness to create visual alerts or status indicators.
Instructions
Set the LED to a specific color.
You can either specify a color name (e.g., "red", "blue", "green", "purple") or provide RGB values directly.
Args: color: Named color (e.g., "red", "blue", "green", "purple", "warm_white") red: Red value 0-255 (used if color not specified) green: Green value 0-255 (used if color not specified) blue: Blue value 0-255 (used if color not specified) intensity: Brightness percentage 0-100 (default: 100)
Returns: Status message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| red | No | ||
| blue | No | ||
| color | No | ||
| green | No | ||
| intensity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||