![]() |
nRF Connect SDK API 3.3.99
|
| int nrf_cloud_coap_shadow_configured_info_update | ( | const char *const | app_ver | ) |
#include <include/net/nrf_cloud_coap.h>
Update the device's shadow with current info for all configured sections.
This function sends updated info to nRF Cloud for all sections of the shadow that are configured in Kconfig.
Possible sections is set by:
| app_ver | Version to report to the shadow; can be NULL. |
| -EACCES | Device does not have a valid nRF Cloud CoAP connection. |
| -ENODEV | No info sections are enabled in Kconfig. |