ChargingPoint

fun ChargingPoint(id: String, status: AvailabilityStatus? = null, connectors: Set<Connector> = emptySet())

Parameters

id

Identifier for the charging point.

status

Status of charging point, indicating whether it is available or not.

connectors

Collection of connectors.