ChargingStatus

@Serializable
data class ChargingStatus(val capturedAt: Instant, val chargingState: ChargingState?, val chargeMode: String?, val chargePower: Double?, val remainingTimeToCompleteMin: Int?, val targetSoc: Int?) : CarStatus

Current charging session state: mode, power, target SoC, and estimated time remaining.

Constructors

Link copied to clipboard
constructor(capturedAt: Instant, chargingState: ChargingState?, chargeMode: String?, chargePower: Double?, remainingTimeToCompleteMin: Int?, targetSoc: Int?)

Properties

Link copied to clipboard
open override val capturedAt: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard