DEVProfile

constructor(id: String, vehicleModelId: String, connectorTypes: List<ConnectorType>, batteryName: String?, AC1: Double = 0.0, AC3: Double = 0.0, DC: Double = 0.0)

Parameters

id

id of the profile

vehicleModelId

id of the vehicle connected to given profile

connectorTypes

a list of supported connector types given vehicle model supports.

batteryName

The commercial name of vehicle's battery

AC1

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

AC3

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

DC

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