NodeDatabaseExport
@Serializable
Root document written by ExportNodeDatabaseUseCase. Absent fields are omitted from the JSON rather than emitted as null/0 sentinels, so consumers can distinguish "no reading" from a genuine zero.
Constructors
Link copied to clipboard
constructor(schemaVersion: Int, exportedAt: String, myNodeNum: Long? = null, nodes: List<NodeExport>)