update_cue
Modify properties of a theatrical lighting cue, including name, scene ID, fade timings, and notes, ensuring precise adjustments for LacyLights MCP Server's lighting design.
Instructions
Update properties of an existing cue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cueId | Yes | ID of the cue to update | |
| cueNumber | No | New cue number | |
| fadeInTime | No | New fade in time in seconds | |
| fadeOutTime | No | New fade out time in seconds | |
| followTime | No | New follow time (null to remove auto-follow) | |
| name | No | New name for the cue | |
| notes | No | New notes or description | |
| sceneId | No | New scene ID |