PaxcountExport

@Serializable
data class PaxcountExport(val wifi: Int = 0, val ble: Int = 0, val uptime: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(wifi: Int = 0, ble: Int = 0, uptime: Int = 0)

Properties

Link copied to clipboard
val ble: Int
Link copied to clipboard
val uptime: Int
Link copied to clipboard
val wifi: Int