add_cue_to_list
Add a new lighting cue to an existing cue list with specified number, name, scene, fade times, and position relative to other cues.
Instructions
Add a new cue to an existing cue list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new cue | |
| notes | No | Notes or description for the cue | |
| sceneId | Yes | Scene ID to use for this cue | |
| position | No | Position relative to reference cue | |
| cueListId | Yes | Cue list ID to add cue to | |
| cueNumber | Yes | Cue number (e.g., 1.5, 2.0) | |
| fadeInTime | No | Fade in time in seconds | |
| followTime | No | Auto-follow time in seconds (null for manual) | |
| fadeOutTime | No | Fade out time in seconds | |
| referenceCueNumber | No | Cue number to insert before/after |