create_fixture_instance
Add a new lighting fixture to a project by specifying manufacturer, model, DMX universe, and channel details. Streamline fixture configuration and organization for efficient lighting design workflows.
Instructions
Create a new fixture instance in a project with manufacturer/model details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelAssignment | No | How to assign channels: auto=find next available, manual=use provided startChannel, suggest=recommend placement | auto |
| description | No | Description of where this fixture is placed or its purpose | |
| manufacturer | Yes | Fixture manufacturer (e.g., "Chauvet", "Martin", "ETC") | |
| mode | No | Specific mode if the fixture has multiple modes | |
| model | Yes | Fixture model name | |
| name | Yes | Name for this fixture instance | |
| projectId | Yes | Project ID to add fixture to | |
| startChannel | No | Starting DMX channel (1-512). If not provided, will auto-assign | |
| tags | No | Tags for organization (e.g., ["front", "wash", "blue"]) | |
| universe | No | DMX universe number (typically 1-4) |