SwitchBot MCP Server

by genm

control_device

デバイスを制御します

Input Schema

NameRequiredDescriptionDefault
commandYesコマンド(turnOn, turnOff)
deviceIdYesデバイスID

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "コマンド(turnOn, turnOff)", "enum": [ "turnOn", "turnOff" ], "type": "string" }, "deviceId": { "description": "デバイスID", "type": "string" } }, "required": [ "deviceId", "command" ], "type": "object" }

You must be authenticated.

Other Tools

ID: k8m7mttrur