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)
Link copied to clipboard

Group of EVSE that have same connector types and power

Link copied to clipboard