Sensor Update Info Params
constructor(isUpgradeFailed: Boolean, currentFirmware: String, failedUpgradeVersion: String, errorCode: Int)
Parameters
is Upgrade Failed
A boolean value indicating whether the upgrade process failed. If true, the upgrade was unsuccessful; otherwise, it was successful.
current Firmware
The current version of the firmware installed on the sensor.
failed Upgrade Version
The version of the firmware that failed to upgrade to. This is only relevant if the upgrade failed.
error Code
The error code representing the specific failure encountered during the upgrade, or 0 if there was no error.