ChargingProfiles

@Serializable
data class ChargingProfiles(val profiles: List<ChargingProfile>, val vehiclePositionedInProfileId: Int?, val nextChargingTimerId: Int?, val nextChargingTimerTargetSocReachable: String?)

Collection of charging profiles configured for a vehicle.

Constructors

Link copied to clipboard
constructor(profiles: List<ChargingProfile>, vehiclePositionedInProfileId: Int?, nextChargingTimerId: Int?, nextChargingTimerTargetSocReachable: String?)

Properties