PowerKwAvailabilityDetails

fun PowerKwAvailabilityDetails(powerKw: Double, available: Int, occupied: Int, reserved: Int, unknown: Int, outOfService: Int)

Parameters

powerKw

Power value in kilowatts(kW).

available

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

occupied

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

reserved

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

unknown

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

outOfService

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