CmFirmwareUpdateStatus

sealed interface CmFirmwareUpdateStatus

Represents the various states of a firmware update process for a module.

Can be obtained via CmSdk.observeFirmwareUpdateStatus

See also

Inheritors

Types

Link copied to clipboard

Indicates that a firmware update is available for the module, including details of the specific update.

Link copied to clipboard

Represents the status where update information is being fetched to determine if an update is necessary.

Link copied to clipboard

Indicates that the module is not fully connected, and therefore, a firmware update check cannot be completed.

Link copied to clipboard

Represents an ongoing firmware update process, detailing the specific update being applied, the total steps involved, and the current step in progress.

Link copied to clipboard

Indicates that the module's firmware is already up to date, and no update operation is needed.