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
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The command to send (restart, update, status, etc.) | |
deviceId | Yes | The ID of the device to send the command to | |
params | No | Optional parameters for the command |