Body of the GeneralDiagnostics hardwareFaultChange event

MatterSpecification.v13.Core § 11.12.8.1

interface HardwareFaultChangeEvent {
    current: GeneralDiagnostics.HardwareFault[];
    previous: GeneralDiagnostics.HardwareFault[];
}

Hierarchy (view full)

Properties

Properties

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

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