currentFirmwareIndex

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

Gives the index of the currently downloaded firmware file.

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

Return

current downloaded firmware index