Files
esp-rainmaker/components/esp_rainmaker
Piyush Shah 2ab70b5d06 feature: Add parameter updates via command-response (command id 1)
Adds support for triggering parameter updates through the command-response
framework using the special command id 1. The feature is controlled by the new
CONFIG_ESP_RMAKER_PARAM_CMD_RESP_ENABLE option and is enabled by default
when command-response is enabled.

The status and updated params are returned in the response data

Sample command payload: {"params":{"Light":{"Power":false}}}
Sample response payload: {"status":"success","params":{"Light":{"Power":false}}}

This will also update the values in the params DB returned via the
regular get params APIs like GET /user/nodes/params
2025-09-12 19:51:00 +05:30
..

ESP RainMaker Agent Component

Component Registry

This is the main firmware agent for ESP RainMaker, which will then pull in other required components. Please check the ESP RainMaker documentation for details.