mcp2mqtt

led_control

控制LED开关

Input Schema

NameRequiredDescriptionDefault
stateYesLED状态(on/off)

Input Schema (JSON Schema)

{ "properties": { "state": { "description": "LED状态(on/off)", "enum": [ "on", "off" ], "type": "string" } }, "required": [ "state" ], "type": "object" }

You must be authenticated.

Other Tools