EvCharger

class EvCharger

Objects of this class describe the part that controls the power supply to a single EV in a single session. It always belongs to a location described by a EvStationMetadata object.

In other words, this is the individual charging post or box at a charging station. A single station can have many of these.

Properties

Link copied to clipboard

a list of the individual charger connectors available at this EvCharger

Link copied to clipboard
val id: String

a unique identifier of this charger within its EV station (EvStationMetadata)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String