set_params
Set parameters for one or multiple ESP RainMaker nodes using a JSON dictionary. Apply the same settings across multiple devices for bulk operations.
Instructions
Set parameters for one or more nodes using a JSON object (dictionary).
Parameters:
node_id: Single node ID or comma-separated list of node IDs (e.g., "node1" or "node1,node2,node3")
params_dict: Dictionary containing the parameters to set
Example params_dict value: {'Thermostat': {'Power': False}}
When multiple node IDs are provided, the same parameters will be applied to all specified nodes. This is useful for bulk operations like turning off multiple devices or setting common configurations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| params_dict | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |