EventEdition
data class EventEdition(val name: String, val iconRes: DrawableResource?, val welcomeMessageRes: StringResource)(source)
Display metadata for event-specific firmware editions. Maps a FirmwareEdition proto enum to the resources needed to render event branding in the UI (toolbar icon, welcome message, etc.).