MaintenanceUf2CacheEntity

@Serializable
data class MaintenanceUf2CacheEntity(val id: Int = SINGLETON_ID, val manifestJson: String)(source)

Single-row cache of the maintenance-UF2 manifest (/resource/maintenanceUf2), pre-serialized as one JSON column — the only reader (org.meshtastic.core.data.repository.MaintenanceUf2RepositoryImpl) always wants the whole envelope, so a granular per-field schema would add migration surface for no query anyone runs. id is always SINGLETON_ID; this table only ever holds one row.

Constructors

Link copied to clipboard
constructor(id: Int = SINGLETON_ID, manifestJson: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard