Files
esp-rainmaker/components
Piyush Shah 33d60a567b rmaker_console: Add set-param, update-param and get-param commands
- 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.
2025-11-12 20:50:06 +05:30
..