EventFirmwareEditionEntity
@Serializable
An event-firmware display record, cached from the Meshtastic API (/resource/eventFirmware) during refresh. The nested links/theme/firmware objects are stored pre-serialized rather than via Room type converters — this is the only entity that needs those column types, so shared org.meshtastic.core.database.Converters entries would be unused elsewhere.
Constructors
Link copied to clipboard
constructor(edition: String, displayName: String = "", welcomeMessage: String = "", eventStart: String? = null, eventEnd: String? = null, timeZone: String? = null, location: String? = null, iconUrl: String? = null, accentColor: String? = null, tag: String? = null, domain: String? = null, themeJson: String? = null, firmwareJson: String? = null, linksJson: String = "[]")