TlvFaultEvent: ObjectSchema<{
    faultStateCurrentState: FieldType<EnergyEvse.FaultState>;
    faultStatePreviousState: FieldType<EnergyEvse.FaultState>;
    sessionId: FieldType<null | number>;
    state: FieldType<EnergyEvse.State>;
}> = ...

Body of the EnergyEvse fault event

Type declaration

  • faultStateCurrentState: FieldType<EnergyEvse.FaultState>

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

    MatterSpecification.v13.Cluster § 9.3.10.5.4

  • faultStatePreviousState: FieldType<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: FieldType<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: FieldType<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

MatterSpecification.v13.Cluster § 9.3.10.5