SwitchBot MCP Server

by genm

control_device

Control SwitchBot devices using simple commands like turnOn or turnOff by specifying the device ID. Integrates with AI assistants for automated device management.

Instructions

デバイスを制御します

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 from SwitchBot MCP Server

Related Tools

ID: k8m7mttrur