DeviceHardwareEntity
data class DeviceHardwareEntity(val activelySupported: Boolean, val architecture: String, val displayName: String, val hasInkHud: Boolean? = null, val hasMui: Boolean? = null, val hwModel: Int, val hwModelSlug: String, val images: List<String>?, val lastUpdated: Long = nowMillis, val partitionScheme: String? = null, val platformioTarget: String, val requiresDfu: Boolean?, val supportLevel: Int?, val tags: List<String>?)(source)
Constructors
Link copied to clipboard
constructor(activelySupported: Boolean, architecture: String, displayName: String, hasInkHud: Boolean? = null, hasMui: Boolean? = null, hwModel: Int, hwModelSlug: String, images: List<String>?, lastUpdated: Long = nowMillis, partitionScheme: String? = null, platformioTarget: String, requiresDfu: Boolean?, supportLevel: Int?, tags: List<String>?)