ConnectorAvailabilityDetails

data class ConnectorAvailabilityDetails(val power: Power? = null, @IntRange(from = 0) val available: Int, @IntRange(from = 0) val occupied: Int, @IntRange(from = 0) val reserved: Int, @IntRange(from = 0) val unknown: Int, @IntRange(from = 0) val outOfService: Int)

The charging connector availability data.

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

Throws

Constructors

Link copied to clipboard
constructor(power: Power? = null, @IntRange(from = 0) available: Int, @IntRange(from = 0) occupied: Int, @IntRange(from = 0) reserved: Int, @IntRange(from = 0) unknown: Int, @IntRange(from = 0) 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
val power: Power? = null

Power (For example, 1.5 kilowatts)

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.