BooleanStateConfigurationTrait.Attributes

interface BooleanStateConfigurationTrait.Attributes

Known direct subclasses
BooleanStateConfiguration

API for the BooleanStateConfiguration trait.


Attributes for the BooleanStateConfiguration cluster.

Summary

Public properties

List<UInt>

A list of client-generated commands which are supported by this cluster server instance.

BooleanStateConfigurationTrait.AlarmModeBitmap?

Indicates which specific alarm modes are currently active.

BooleanStateConfigurationTrait.AlarmModeBitmap?

The alarm modes that will be emitted if the sensor is triggered.

BooleanStateConfigurationTrait.AlarmModeBitmap?

The alarms supported by the sensor.

BooleanStateConfigurationTrait.AlarmModeBitmap?

Indicates which specific alarm modes are currently suppressed.

List<UInt>

A list of the attribute IDs of the attributes supported by the cluster instance.

UShort

The revision of the server cluster specification supported by the cluster instance.

UByte?

The currently selected sensitivity level.

UByte?

The default sensitivity level selected by the manufacturer.

BooleanStateConfigurationTrait.Feature

Whether the server supports zero or more optional cluster features.

List<UInt>

A list of server-generated commands (server to client) which are supported by this cluster server instance.

BooleanStateConfigurationTrait.SensorFaultBitmap?

Indicates any faults registered by the device.

UByte?

Indicates the number of sensitivity levels supported by the device.

Public properties

acceptedCommandList

val acceptedCommandListList<UInt>

A list of client-generated commands which are supported by this cluster server instance.

alarmsActive

val alarmsActiveBooleanStateConfigurationTrait.AlarmModeBitmap?

Indicates which specific alarm modes are currently active.

Access type: Read

alarmsEnabled

val alarmsEnabledBooleanStateConfigurationTrait.AlarmModeBitmap?

The alarm modes that will be emitted if the sensor is triggered.

Access type: Read

alarmsSupported

val alarmsSupportedBooleanStateConfigurationTrait.AlarmModeBitmap?

The alarms supported by the sensor.

Access type: Read

alarmsSuppressed

val alarmsSuppressedBooleanStateConfigurationTrait.AlarmModeBitmap?

Indicates which specific alarm modes are currently suppressed.

Access type: Read

attributeList

val attributeListList<UInt>

A list of the attribute IDs of the attributes supported by the cluster instance.

clusterRevision

val clusterRevisionUShort

The revision of the server cluster specification supported by the cluster instance.

currentSensitivityLevel

val currentSensitivityLevelUByte?

The currently selected sensitivity level.

Access type: Write

defaultSensitivityLevel

val defaultSensitivityLevelUByte?

The default sensitivity level selected by the manufacturer.

Access type: Read

featureMap

val featureMapBooleanStateConfigurationTrait.Feature

Whether the server supports zero or more optional cluster features. A cluster feature is a set of cluster elements that are mandatory or optional for a defined feature of the cluster. If a cluster feature is supported by the cluster instance, then the corresponding bit is set to 1, otherwise the bit is set to 0 (zero).

generatedCommandList

val generatedCommandListList<UInt>

A list of server-generated commands (server to client) which are supported by this cluster server instance.

sensorFault

val sensorFaultBooleanStateConfigurationTrait.SensorFaultBitmap?

Indicates any faults registered by the device.

Access type: Read

supportedSensitivityLevels

val supportedSensitivityLevelsUByte?

Indicates the number of sensitivity levels supported by the device.

Access type: Read