EventFirmwareRepository

Event-firmware display metadata, seeded from the bundled event_firmware.json snapshot.

Functions

Link copied to clipboard
abstract suspend fun getEdition(editionName: String): EventFirmwareEdition?

Metadata for editionName (a FirmwareEdition enum name), or null if it is not a known event edition.

Link copied to clipboard
abstract fun observeEdition(editionName: String): Flow<EventFirmwareEdition?>

Metadata for editionName, re-emitting when the cache is refreshed from the network.