list_projects
Retrieve all available lighting projects with optional fixture and scene counts for efficient project management in the LacyLights system.
Instructions
List all available lighting projects
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeDetails | No | Include fixture and scene counts |
Input Schema (JSON Schema)
{
"properties": {
"includeDetails": {
"default": false,
"description": "Include fixture and scene counts",
"type": "boolean"
}
},
"type": "object"
}