EnergyEvseTrait.Fault

interface EnergyEvseTrait.Fault


Notification of a fault in the EVSE. The supplyState attribute gets set to DisabledError and the type of fault detected by the EVSE is stored in the faultState attribute.

Summary

Public properties

EnergyEvseTrait.FaultStateEnum?

The current value of the faultState attribute.

EnergyEvseTrait.FaultStateEnum?

The value of the faultState attribute prior to the fault state being changed.

UInt?

The value of the sessionId attribute prior to the fault state being changed.

EnergyEvseTrait.StateEnum?

The value of the state attribute prior to the fault state being changed.

Public properties

faultStateCurrentState

val faultStateCurrentStateEnergyEvseTrait.FaultStateEnum?

The current value of the faultState attribute.

faultStatePreviousState

val faultStatePreviousStateEnergyEvseTrait.FaultStateEnum?

The value of the faultState attribute prior to the fault state being changed.

sessionId

val sessionIdUInt?

The value of the sessionId attribute prior to the fault state being changed. A value of null indicates that no session occurred before the fault occurred.

state

val stateEnergyEvseTrait.StateEnum?

The value of the state attribute prior to the fault state being changed.