mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-16 01:15:38 +00:00
- led_light: Use the new bulk write callback (single callback invoked just once for multiple param writes) and use esp_rmaker_param_update() so that all updated params are also reported together. - Other examples: Just replace esp_rmaker_param_update_and_report with esp_rmaker_param_update() and let the Rainmaker core report all updated params together.