NodeMCU MCP Service

by amanasmuei
Verified

send-command

Send commands like restart, update, or check status to ESP8266/NodeMCU IoT devices using device-specific IDs, enabling remote management and control via REST/WebSocket APIs.

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to send (restart, update, status, etc.)
deviceIdYesThe ID of the device to send the command to
paramsNoOptional parameters for the command

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "The command to send (restart, update, status, etc.)", "type": "string" }, "deviceId": { "description": "The ID of the device to send the command to", "type": "string" }, "params": { "additionalProperties": {}, "description": "Optional parameters for the command", "type": "object" } }, "required": [ "deviceId", "command" ], "type": "object" }

You must be authenticated.

Other Tools from NodeMCU MCP Service

Related Tools

ID: m8w4lsr2lm