set_led_breathe
Creates a breathing LED effect on the Thingy:52 by specifying color, maximum brightness, and cycle duration, enabling clear visual status feedback.
Instructions
Create a breathing effect with the LED.
Args: color: Color name (default: "blue") intensity: Maximum brightness 0-100 (default: 100) delay: Breathing cycle duration in milliseconds (default: 1000)
Returns: Status message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | blue | |
| delay | No | ||
| intensity | No |