Body of the PowerSource batChargeFaultChange event

MatterSpecification.v13.Core § 11.7.8.3

interface BatChargeFaultChangeEvent {
    current: PowerSource.BatChargeFault[];
    previous: PowerSource.BatChargeFault[];
}

Hierarchy (view full)

Properties

Properties

current: PowerSource.BatChargeFault[] = ...

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

MatterSpecification.v13.Core § 11.7.8.3.1

previous: 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