Body of the GeneralDiagnostics radioFaultChange event

MatterSpecification.v13.Core § 11.12.8.2

interface RadioFaultChangeEvent {
    current: GeneralDiagnostics.RadioFault[];
    previous: GeneralDiagnostics.RadioFault[];
}

Hierarchy (view full)

Properties

Properties

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

MatterSpecification.v13.Core § 11.12.8.2.1

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

MatterSpecification.v13.Core § 11.12.8.2.2