led_control
Control LED states via MCP2Serial by sending natural language commands. Adjust or switch lights on connected hardware devices using simple input parameters.
Instructions
Execute led_control command
Input Schema
Name | Required | Description | Default |
---|---|---|---|
state | Yes |
Input Schema (JSON Schema)
{
"properties": {
"state": {
"type": "string"
}
},
"required": [
"state"
],
"type": "object"
}