Package-level declarations
Types
Link copied to clipboard
data class DashEvLocation(val networkName: String?, val poiName: String? = null, val cost: String? = null, val evseList: List<DashEvLocationEvseGroup>, val locationPhotoUrl: String? = null, val openHours: HoursOfOperation? = null, val isPaymentEnabled: Boolean)
Link copied to clipboard
data class DashEvLocationEvseGroup(val kW: Double?, val connectorTypes: List<String>, val status: List<DashEvStatus>, val capacity: DashEvStationCapacity?)
Group of EVSE that have same connector types and power
Link copied to clipboard
Link copied to clipboard