Progress

data class Progress(val progress: Int) : FotaUpdate

Represents the ongoing progress of the firmware update installation.

This state provides numeric progress information as the update is being applied to the device.

Constructors

Link copied to clipboard
constructor(progress: Int)

Properties

Link copied to clipboard

The percentage of completion (0-100) of the update process.