mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 06:18:36 +00:00
- Add set-param command to set device parameter values, invoke respective callbacks and report to cloud Usage: set-param <device_name> <param_name> <value> - Add update-param command to just report param value to cloud, without invoking callbacks Usage: update-param <device_name> <param_name> <value> - Add get-param command to get device parameter values Usage: get-param <device_name> <param_name> - Support all parameter types: boolean, integer, float, string This enables easy interaction with ESP RainMaker devices through console interface.
ESP RainMaker Agent Component
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.