animate_lights
Cycle your Hue lights through color phases to set dynamic moods like lava flow or ocean waves. Define transitions, cycles, and brightness for an ambient animation.
Instructions
Animate lights through a sequence of color phases. Each phase defines colors/brightness for each light, and the animation cycles through them with smooth transitions. Great for dynamic vibes like 'lava flow', 'ocean waves', 'disco', etc. The AI should generate creative phases based on the vibe description. The animation runs in the background and can be stopped with stop_animation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vibe | No | Optional vibe description for context (e.g. 'lava flow', 'aurora borealis') | |
| cycles | No | How many times to loop through all phases (default: 5) | |
| phases | Yes | Array of animation phases. The animation cycles through these in order. Use at least 2-3 phases for a good effect. | |
| transition_time | No | How long the transition between phases takes in milliseconds, using Hue dynamics (default: 2500) | |
| duration_per_phase | No | How long each phase lasts in milliseconds (default: 3000) |