EventFirmwareResponse
@Serializable
Response envelope for event-firmware display metadata. Matches the bundled event_firmware.json and the live GET https://api.meshtastic.org/resource/eventFirmware API (the source of truth), sharing the {version, generatedAt, source, <payload>[]} shape used by NetworkDeviceLinksResponse.
Constructors
Link copied to clipboard
constructor(version: Int = 1, generatedAt: String? = null, source: String? = null, editions: List<EventFirmwareEdition> = emptyList())