getLatestRelease
Gets the information about the latest release for the given device from nRF Cloud Services by reading required data using the given transport.
This method is using Memfault group (id = 128) to get the:
device Serial Number
device Hardware Version
device Software Type
current firmware version
the project key
and then requesting the release information form nRF Cloud.
Parameters
The transport to use to send commands.
Throws
if reading the device information fails.
Gets the information about the latest release for the given device from nRF Cloud Services by reading required data using the given transport.
This method is using Memfault group (id = 128) to get the:
device Serial Number
device Hardware Version
device Software Type
current firmware version
the project key
and then requesting the release information form nRF Cloud.
Parameters
The transport to use to send commands.
A callback with the ReleaseInformation object containing details about the latest release or an error.
Gets the latest release for the given device from nRF Cloud Services.
Return
A ReleaseInformation object containing details about the latest release or an error.
Parameters
Information about the device, such as hardware version, software type and current firmware version.
The project API key from nRF Cloud. You can find it in the project settings on the nRF Cloud web portal.
Gets the latest release for the given device from nRF Cloud Services.
Parameters
Information about the device, such as hardware version, software type and current firmware version.
The project API key from nRF Cloud. You can find it in the project settings on the nRF Cloud web portal.
A callback with the ReleaseInformation object containing details about the latest release or an error.