Body of the PowerSource batFaultChange event

MatterSpecification.v13.Core § 11.7.8.2

interface BatFaultChangeEvent {
    current: PowerSource.BatFault[];
    previous: PowerSource.BatFault[];
}

Hierarchy (view full)

Properties

Properties

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

MatterSpecification.v13.Core § 11.7.8.2.1

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