PowerKwAvailabilityDetails

data class PowerKwAvailabilityDetails(val powerKw: Double, val available: Int, val occupied: Int, val reserved: Int, val unknown: Int, val outOfService: Int)

The charging connector availability data per power level.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun PowerKwAvailabilityDetails(powerKw: Double, available: Int, occupied: Int, reserved: Int, unknown: Int, outOfService: Int)

Properties

Link copied to clipboard

The number of charging points at this power level that are available.

Link copied to clipboard

The number of charging points at this power level that are occupied.

Link copied to clipboard

The number of charging points at this power level that are out of service.

Link copied to clipboard

Power value in kilowatts(kW).

Link copied to clipboard

The number of charging points at this power level that are reserved.

Link copied to clipboard

The number of charging points at this power level whose availability is not known.