TlvBatChargeFaultChangeEvent: ObjectSchema<{
    current: FieldType<PowerSource.BatChargeFault[]>;
    previous: FieldType<PowerSource.BatChargeFault[]>;
}> = ...

Body of the PowerSource batChargeFaultChange event

Type declaration

  • current: FieldType<PowerSource.BatChargeFault[]>

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

    MatterSpecification.v13.Core § 11.7.8.3.1

  • previous: FieldType<PowerSource.BatChargeFault[]>

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

    MatterSpecification.v13.Core § 11.7.8.3.2

MatterSpecification.v13.Core § 11.7.8.3