EnergyEvseTrait.EnergyTransferStarted

interface EnergyEvseTrait.EnergyTransferStarted


Notification that the electric vehicle has started charging or discharging.

Summary

Public properties

Long?

The value of the maximum charging or discharging current in milliamps at the time the event was generated.

UInt?

The value of the sessionId attribute at the time the event was generated.

EnergyEvseTrait.StateEnum?

The value of the state attribute at the time the event was generated.

Public properties

maximumCurrent

val maximumCurrentLong?

The value of the maximum charging or discharging current in milliamps at the time the event was generated. This field is signed. A positive value indicates charging, and a negative value indicates discharging.

sessionId

val sessionIdUInt?

The value of the sessionId attribute at the time the event was generated.

state

val stateEnergyEvseTrait.StateEnum?

The value of the state attribute at the time the event was generated.