NetworkFirmwareNightly

@Serializable
data class NetworkFirmwareNightly(val version: String = "", val id: String? = null, val title: String? = null, val commit: String? = null)(source)

The nightly-preview pointer published to firmware-nightly/index.json on meshtastic.github.io. Unlike the release channels above it is not served by api.meshtastic.org, and only version is guaranteed present — id and title are derived when absent, matching the web flasher's parsing.

Constructors

Link copied to clipboard
constructor(version: String = "", id: String? = null, title: String? = null, commit: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "commit")
val commit: String?
Link copied to clipboard
@SerialName(value = "id")
val id: String?
Link copied to clipboard
@SerialName(value = "title")
val title: String?
Link copied to clipboard
@SerialName(value = "version")
val version: String

Functions

Link copied to clipboard

Normalizes the nightly pointer into the common release shape, or null when the pointer carries no usable version. Nightly artifacts are served per-file from the fixed firmware-nightly/ folder, so there is no release zip.