Page 1 of 1

esp_rmaker_param_update_and_notify doesn't update its value

Posted: Tue Nov 09, 2021 5:42 am
by endlessparadigm
So I was testing out esp_rmaker_param_update_and_report() and esp_rmaker_param_update_and_notify() and I found out from my testings that _notify() function just send a push notification to the app however when I "getparams" from cli the param value never gets updated.

Re: esp_rmaker_param_update_and_notify doesn't update its value

Posted: Wed Nov 17, 2021 3:40 pm
by ESP_Piyush
Hi,

We have found the root cause of the issue and will fix this in a couple of days. Thanks for reporting.

Regards,
Piyush

Re: esp_rmaker_param_update_and_notify doesn't update its value

Posted: Wed Nov 17, 2021 11:37 pm
by endlessparadigm
Thanks!

Re: esp_rmaker_param_update_and_notify doesn't update its value

Posted: Thu Nov 18, 2021 6:46 pm
by ESP_Piyush
A fix for this is now pushed to github. Please check.

Regards,
Piyush

Re: esp_rmaker_param_update_and_notify doesn't update its value

Posted: Thu Nov 18, 2021 11:11 pm
by endlessparadigm
Can confirm that this is working now.
Thanks