nRF Connect SDK API 0.1.0
|
int nrf_cloud_rest_shadow_service_info_update | ( | struct nrf_cloud_rest_context *const | rest_ctx, |
const char *const | device_id, | ||
const struct nrf_cloud_svc_info *const | svc_inf | ||
) |
#include <include/net/nrf_cloud_rest.h>
Updates the device's "ServiceInfo" in the shadow.
[in,out] | rest_ctx | Context for communicating with nRF Cloud's REST API. |
[in] | device_id | Null-terminated, unique device ID registered with nRF Cloud. |
[in] | svc_inf | Service info items to be updated in the shadow. |
0 | If successful. Otherwise, a (negative) error code is returned. See embed:rst:inline :ref:`nrf_cloud_rest_failure`for details. |