TlvBatFaultChangeEvent: ObjectSchema<{
    current: FieldType<PowerSource.BatFault[]>;
    previous: FieldType<PowerSource.BatFault[]>;
}> = ...

Body of the PowerSource batFaultChange event

Type declaration

  • current: FieldType<PowerSource.BatFault[]>

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

    MatterSpecification.v13.Core § 11.7.8.2.1

  • previous: FieldType<PowerSource.BatFault[]>

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

    MatterSpecification.v13.Core § 11.7.8.2.2

MatterSpecification.v13.Core § 11.7.8.2