mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 18:53:28 +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.