set_brightness
Adjust the brightness level of Nanoleaf smart lights between 0 and 100 using the MCP server. Enables precise control through compatible clients for optimal lighting.
Instructions
Set the brightness of the Nanoleaf lights
Input Schema
Name | Required | Description | Default |
---|---|---|---|
brightness | Yes | Brightness level (0-100) |
Input Schema (JSON Schema)
{
"properties": {
"brightness": {
"description": "Brightness level (0-100)",
"maximum": 100,
"minimum": 0,
"type": "number"
}
},
"required": [
"brightness"
],
"type": "object"
}