VoltageRange

data class VoltageRange(val minVoltage: Voltage, val maxVoltage: Voltage)

Voltage range is used to model DC boosters to be able to charge at DC charging parks with lower voltage in case the native required voltage is higher. Some cars might have this installed and it will affect the charging power. If it is not installed then it is not possible to charge at such station.

Constructors

Link copied to clipboard
constructor(minVoltage: Voltage, maxVoltage: Voltage)

Properties

Link copied to clipboard

Maximum voltage.

Link copied to clipboard

Minimum voltage.