currentFirmwareIndex

@IntRange(from = 1)
abstract fun currentFirmwareIndex(): Int

Gives the index of the firmware update currently being applied.

The returned index is in range [1, totalFirmwareCount].

Return

current firmware update index