Matter Survey

Community-driven database of Matter device capabilities

The Boolean State Configuration cluster (0x0080) is a Matter cluster that Provides an interface for configuring a boolean sensor, including optional state change alarm features and configuration of the sensor's sensitivity level.. It defines 2 commands and 8 attributes and is mandatory for 5 device types.

Boolean State Configuration 0x0080

Application Cluster
General
Introduced in: Matter 1.3
Devices: 10
Provides an interface for configuring a boolean sensor, including optional state change alarm features and configuration of the sensor's sensitivity level.

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 8
Commands 2
Features 5
Code Name Type Flags
0x0000 CurrentSensitivityLevel
max 9
int8u Writable Optional
0x0001 SupportedSensitivityLevels
2..10
int8u Optional
0x0002 DefaultSensitivityLevel
max 9
int8u Optional
0x0003 AlarmsActive
max 0x03
AlarmModeBitmap Optional
0x0004 AlarmsSuppressed
max 0x03
AlarmModeBitmap Optional
0x0005 AlarmsEnabled
max 0x03
AlarmModeBitmap Optional
0x0006 AlarmsSupported
max 0x03
AlarmModeBitmap Optional
0x0007 SensorFault
max 0x0001 · default 0
SensorFaultBitmap Optional
Code Name Direction Parameters
0x00 SuppressAlarm Optional
This command will suppress the alarm modes specified.
client→server
AlarmsToSuppress: AlarmModeBitmap
0x01 EnableDisableAlarm Optional
This command allows setting the enable or disable value for the specified alarm modes.
client→server
AlarmsToEnableDisable: AlarmModeBitmap
Visual (VIS) bit 0
Supports visual alarms
Audible (AUD) bit 1
Supports audible alarms
AlarmSuppress (SPRS) bit 2
Supports ability to suppress or acknowledge alarms
SensitivityLevel (SENSLVL) bit 3
Supports ability to set sensor sensitivity
FaultEvents (FAULTEV) bit 4 Provisional
Supports reporting fault events

Device Types Using This Cluster

Device types in the Matter spec that reference this cluster

Devices Implementing This Cluster

10 devices in the survey implement this cluster