retrieveChargingStationDetails

abstract suspend fun retrieveChargingStationDetails(chargingStationId: ChargingStationId): EvChargingResult

This function will retrieve detailed information about the charging station. This information contains e.g. the charging points with its connectors and the tariffs and restrictions of the charging station. The resulting detailed information is stored in currentChargingStation.

In case of a failure, failure reason is provided as FailureReason.

Parameters

chargingStationId

The ID of the charging station to use to charge the vehicle.