TlvWiredFaultChangeEvent: ObjectSchema<{
    current: FieldType<PowerSource.WiredFault[]>;
    previous: FieldType<PowerSource.WiredFault[]>;
}> = ...

Body of the PowerSource wiredFaultChange event

Type declaration

  • current: FieldType<PowerSource.WiredFault[]>

    This field shall represent the set of faults currently detected, as per ActiveWiredFaults.

    MatterSpecification.v13.Core § 11.7.8.1.1

  • previous: FieldType<PowerSource.WiredFault[]>

    This field shall represent the set of faults detected prior to this change event, as per ActiveWiredFaults.

    MatterSpecification.v13.Core § 11.7.8.1.2

MatterSpecification.v13.Core § 11.7.8.1