ConnectionState

@Serializable
data class ConnectionState(val isOnline: Boolean? = null, val ignitionOn: Boolean? = null, val inMotion: Boolean? = null, val batteryPowerLevel: String? = null, val isActive: Boolean? = null, val dailyPowerBudgetAvailable: Boolean? = null)

Constructors

Link copied to clipboard
constructor(isOnline: Boolean? = null, ignitionOn: Boolean? = null, inMotion: Boolean? = null, batteryPowerLevel: String? = null, isActive: Boolean? = null, dailyPowerBudgetAvailable: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard