Matter Survey

Community-basierte Datenbank für Matter-Gerätefunktionen

The On/Off cluster (0x0006) is a Matter cluster that Controls the on/off state of a device. The most fundamental control cluster used by lights, switches, plugs, and many other devices.. It defines 6 commands and 5 attributes and is mandatory for 29 device types.

On/Off 0x0006

Application Cluster
General
Introduced in: Matter 1.0
Devices: 375
Controls the on/off state of a device. The most fundamental control cluster used by lights, switches, plugs, and many other devices.

Spec History

This cluster's ClusterRevision across the Matter releases it has shipped in. Click a version to inspect the cluster as it existed in that release.

Attributes 5
Commands 6
Features 3
Code Name Type Flags
0x0000 OnOff boolean
0x4000 GlobalSceneControl boolean Optional
0x4001 OnTime int16u Writable Optional
0x4002 OffWaitTime int16u Writable Optional
0x4003 StartUpOnOff
max 2 · nullable
StartUpOnOffEnum Writable Optional write: manage
Code Name Direction Parameters
0x00 Off
On receipt of this command, a device SHALL enter its ‘Off’ state. This state is device dependent, but it is recommended that it is used for power off or similar functions. On receipt of the Off command, the OnTime attribute SHALL be set to 0.
client→server None
0x01 On Optional
On receipt of this command, a device SHALL enter its ‘On’ state. This state is device dependent, but it is recommended that it is used for power on or similar functions. On receipt of the On command, if the value of the OnTime attribute is equal to 0, the device SHALL set the OffWaitTime attribute to 0.
client→server None
0x02 Toggle Optional
On receipt of this command, if a device is in its ‘Off’ state it SHALL enter its ‘On’ state. Otherwise, if it is in its ‘On’ state it SHALL enter its ‘Off’ state. On receipt of the Toggle command, if the value of the OnOff attribute is equal to FALSE and if the value of the OnTime attribute is equal to 0, the device SHALL set the OffWaitTime attribute to 0. If the value of the OnOff attribute is equal to TRUE, the OnTime attribute SHALL be set to 0.
client→server None
0x40 OffWithEffect Optional
The OffWithEffect command allows devices to be turned off using enhanced ways of fading.
client→server
EffectIdentifier: EffectIdentifierEnum, EffectVariant: enum8
0x41 OnWithRecallGlobalScene Optional
This command allows the recall of the settings when the device was turned off.
client→server None
0x42 OnWithTimedOff Optional
This command allows devices to be turned on for a specific duration with a guarded off duration so that SHOULD the device be subsequently turned off, further OnWithTimedOff commands, received during this time, are prevented from turning the devices back on.
client→server
OnOffControl: OnOffControlBitmap, OnTime: int16u, OffWaitTime: int16u
Lighting (LT) bit 0
Behavior that supports lighting applications.
DeadFrontBehavior (DF) bit 1
Device has Dead Front behavior
OffOnly (OFFONLY) bit 2
Device supports the OffOnly Feature feature

Device Types Using This Cluster

Device types in the Matter spec that reference this cluster

Devices Implementing This Cluster

375 devices in the survey implement this cluster