FirmwareReleaseRepository

Properties

Link copied to clipboard
abstract val alphaRelease: Flow<FirmwareRelease?>

A flow that provides the latest ALPHA firmware release.

Link copied to clipboard
abstract val stableRelease: Flow<FirmwareRelease?>

A flow that provides the latest STABLE firmware release.

Functions

Link copied to clipboard
abstract suspend fun invalidateCache()

Invalidates the local cache of firmware releases.