ledfx_update_scene
Update an existing scene using its ID. Optionally change the name, tags, virtual configuration, or take a snapshot of the current state.
Instructions
Update an existing scene in place by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_id | Yes | The unique identifier of the scene to update | |
| name | No | Optional new scene name | |
| tags | No | Optional comma-separated tags | |
| virtuals | No | Optional virtual payload to replace scene virtual config | |
| snapshot | No | If true, snapshot current virtual state when updating |