firmwareUpdateSummary

abstract suspend fun firmwareUpdateSummary(): Result<AvailableFirmwareUpdate?>

Deprecated

Replaced with firmwareUpdateStatus()

Returns information about updates available for the current connected device.

Return

A nullable instance of AvailableFirmwareUpdate wrapped in Kotlin Result, where null means there are no updates available. The result will throw DeviceIsNotConnectedException in case there is no connected device, ConfigurationNotAvailableException in case there is no available configuration loaded and ValidSessionRequiredException if a valid session is required to update firmware.