Body of the GeneralDiagnostics networkFaultChange event

MatterSpecification.v13.Core § 11.12.8.3

interface NetworkFaultChangeEvent {
    current: GeneralDiagnostics.NetworkFault[];
    previous: GeneralDiagnostics.NetworkFault[];
}

Hierarchy (view full)

Properties

Properties

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

MatterSpecification.v13.Core § 11.12.8.3.1

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

MatterSpecification.v13.Core § 11.12.8.3.2