ledfx_set_effect
Set a specific LED effect on a virtual, such as rainbow or pulse, with configurable speed and color. Supports permanent or auto-revert fallback.
Instructions
Set an effect on a virtual (NOT a device). Effects control how LEDs display. Use ledfx_set_blender for blender.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| virtual_id | Yes | The unique identifier of the virtual | |
| effect_type | Yes | Effect type: rainbow, pulse, wavelength, energy, singleColor, gradient, scroll, strobe, etc. | |
| effect_config | No | Effect configuration (speed, color, brightness, etc.) | |
| fallback | No | Fallback behavior: true (auto-revert after 300s), false/null (permanent), or number of seconds |