Body of the BooleanState stateChange event

MatterSpecification.v13.Cluster § 1.7.5.1

interface StateChangeEvent {
    stateValue: boolean;
}

Hierarchy (view full)

Properties

Properties

stateValue: boolean = ...

This field shall indicate the new value of the StateValue attribute.

MatterSpecification.v13.Cluster § 1.7.5.1.1