interface State {
    onOff: boolean;
}

Hierarchy

  • StateType
    • State

Properties

Properties

onOff: boolean

This attribute indicates whether the device type implemented on the endpoint is turned off or turned on, in these cases the value of the OnOff attribute equals FALSE, or TRUE respectively.

MatterSpecification.v13.Cluster § 1.5.6.2