TlvRadioFaultChangeEvent: ObjectSchema<{
    current: FieldType<GeneralDiagnostics.RadioFault[]>;
    previous: FieldType<GeneralDiagnostics.RadioFault[]>;
}> = ...

Body of the GeneralDiagnostics radioFaultChange event

Type declaration

  • current: FieldType<GeneralDiagnostics.RadioFault[]>

    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

  • previous: FieldType<GeneralDiagnostics.RadioFault[]>

    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

MatterSpecification.v13.Core § 11.12.8.2