ChargingPark

data class ChargingPark(val connectors: List<ConnectorDetails> = emptyList())

Contains information about a charging park.

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

Parameters

connectors

The list of connectors available in the charging park.

Constructors

Link copied to clipboard
fun ChargingPark(connectors: List<ConnectorDetails> = emptyList())

Properties

Link copied to clipboard