SensorUpdateInfoParams

constructor(isUpgradeFailed: Boolean, currentFirmware: String, failedUpgradeVersion: String, errorCode: Int)

Parameters

isUpgradeFailed

A boolean value indicating whether the upgrade process failed. If true, the upgrade was unsuccessful; otherwise, it was successful.

currentFirmware

The current version of the firmware installed on the sensor.

failedUpgradeVersion

The version of the firmware that failed to upgrade to. This is only relevant if the upgrade failed.

errorCode

The error code representing the specific failure encountered during the upgrade, or 0 if there was no error.