TlvHardwareFaultChangeEvent: ObjectSchema<{
    current: FieldType<GeneralDiagnostics.HardwareFault[]>;
    previous: FieldType<GeneralDiagnostics.HardwareFault[]>;
}> = ...

Body of the GeneralDiagnostics hardwareFaultChange event

Type declaration

  • current: FieldType<GeneralDiagnostics.HardwareFault[]>

    This field shall represent the set of faults currently detected, as per Section 11.12.5.1, “HardwareFaultEnum Type”.

    MatterSpecification.v13.Core § 11.12.8.1.1

  • previous: FieldType<GeneralDiagnostics.HardwareFault[]>

    This field shall represent the set of faults detected prior to this change event, as per Section 11.12.5.1, “HardwareFaultEnum Type”.

    MatterSpecification.v13.Core § 11.12.8.1.2

MatterSpecification.v13.Core § 11.12.8.1