update_fixture_instance
Modify properties of an existing fixture instance in the LacyLights MCP Server, including name, description, manufacturer, model, mode, DMX universe, start channel, and tags, ensuring accurate lighting setup updates.
Instructions
Update an existing fixture instance with new properties
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | New description for the fixture | |
fixtureId | Yes | ID of the fixture instance to update | |
manufacturer | No | New manufacturer (will find/create new definition if changed) | |
mode | No | New mode name | |
model | No | New model (will find/create new definition if changed) | |
name | No | New name for the fixture | |
startChannel | No | New starting DMX channel | |
tags | No | New tags array | |
universe | No | New DMX universe number |