NodeMCU MCP Service

by amanasmuei
Verified

update-config

Update configuration parameters for a specific NodeMCU IoT device using the 'update-config' tool in the NodeMCU MCP Service. Inputs include device ID and new config values for targeted adjustments.

Input Schema

NameRequiredDescriptionDefault
configYesConfiguration parameters to update
deviceIdYesThe ID of the device to update configuration for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "config": { "additionalProperties": {}, "description": "Configuration parameters to update", "type": "object" }, "deviceId": { "description": "The ID of the device to update configuration for", "type": "string" } }, "required": [ "deviceId", "config" ], "type": "object" }

You must be authenticated.

Other Tools from NodeMCU MCP Service

Related Tools

ID: m8w4lsr2lm