EnergyEvseTrait.EnergyTransferStopped

interface EnergyEvseTrait.EnergyTransferStopped


Notification that the electric vehicle has stopped charging or discharging.

Summary

Public properties

Long?

The amount of energy transferred between the electric vehicle and the EVSE since the previous EnergyTransferStarted event.

EnergyEvseTrait.EnergyTransferStoppedReasonEnum?

The reason for stopping the energy transfer.

UInt?

The value of the sessionId attribute prior to the energy transfer stopping.

EnergyEvseTrait.StateEnum?

The value of the state attribute prior to the energy transfer stopping.

Public properties

energyTransferred

val energyTransferredLong?

The amount of energy transferred between the electric vehicle and the EVSE since the previous EnergyTransferStarted event. This is a signed value in milliwatt hours. A positive value indicates the amount of energy transferred to the vehicle, and a negative value indicates energy transferred from the vehicle.

reason

val reasonEnergyEvseTrait.EnergyTransferStoppedReasonEnum?

The reason for stopping the energy transfer.

sessionId

val sessionIdUInt?

The value of the sessionId attribute prior to the energy transfer stopping.

state

val stateEnergyEvseTrait.StateEnum?

The value of the state attribute prior to the energy transfer stopping.