TlvNetworkFaultChangeEvent: ObjectSchema<{
    current: FieldType<GeneralDiagnostics.NetworkFault[]>;
    previous: FieldType<GeneralDiagnostics.NetworkFault[]>;
}> = ...

Body of the GeneralDiagnostics networkFaultChange event

Type declaration

  • current: FieldType<GeneralDiagnostics.NetworkFault[]>

    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

  • previous: FieldType<GeneralDiagnostics.NetworkFault[]>

    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

MatterSpecification.v13.Core § 11.12.8.3