interface State {
    stateValue: boolean;
}

Hierarchy

  • StateType
    • State

Properties

Properties

stateValue: boolean

This represents a boolean state.

The semantics of this boolean state are defined by the device type using this cluster.

For example, in a Contact Sensor device type, FALSE=open or no contact, TRUE=closed or contact.

MatterSpecification.v13.Cluster § 1.7.4.1