get_channel_map
Retrieve the DMX channel usage map for a specified project, identifying which channels are active. Optionally, filter results by universe for detailed analysis of channel allocations within the LacyLights system.
Instructions
Get the DMX channel usage map for a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | Project ID to analyze | |
universe | No | Specific universe to analyze (if not provided, shows all) |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "Project ID to analyze",
"type": "string"
},
"universe": {
"description": "Specific universe to analyze (if not provided, shows all)",
"type": "number"
}
},
"required": [
"projectId"
],
"type": "object"
}