Body of the PowerSource wiredFaultChange event

MatterSpecification.v13.Core § 11.7.8.1

interface WiredFaultChangeEvent {
    current: PowerSource.WiredFault[];
    previous: PowerSource.WiredFault[];
}

Hierarchy (view full)

Properties

Properties

current: PowerSource.WiredFault[] = ...

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

MatterSpecification.v13.Core § 11.7.8.1.1

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