APIVehicleCharger

data class APIVehicleCharger(val maxAcSinglePhase: Double, val maxAcThreePhases: Double, val maxDC: Double)

Stores information about a vehicle charger the way they are returned by the BeMAP API.

Parameters

maxAcSinglePhase

the maximum charge power (AC single phase), in kW (default = 0)

maxAcThreePhases

the maximum charge power (AC three phase), in kW (default = 0)

maxDC

the maximum charge power (DC), in kW (default = 0)

Constructors

Link copied to clipboard
constructor(maxAcSinglePhase: Double, maxAcThreePhases: Double, maxDC: Double)

Properties

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