Body of the EnergyEvse fault event

MatterSpecification.v13.Cluster § 9.3.10.5

interface FaultEvent {
    faultStateCurrentState: EnergyEvse.FaultState;
    faultStatePreviousState: EnergyEvse.FaultState;
    sessionId: null | number;
    state: EnergyEvse.State;
}

Hierarchy (view full)

Properties

faultStateCurrentState: EnergyEvse.FaultState = ...

This field shall indicate the current value of the FaultState attribute.

MatterSpecification.v13.Cluster § 9.3.10.5.4

faultStatePreviousState: EnergyEvse.FaultState = ...

This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.

MatterSpecification.v13.Cluster § 9.3.10.5.3

sessionId: null | number = ...

This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A value of null indicates no sessions have occurred before the fault occurred.

MatterSpecification.v13.Cluster § 9.3.10.5.1

state: EnergyEvse.State = ...

This field shall indicate the value of the State attribute prior to the Fault State being changed.

MatterSpecification.v13.Cluster § 9.3.10.5.2