Readonly
mask: Attribute<number, any>Indicates a bitmap where each bit set in the Mask attribute corresponds to an alarm that shall be enabled.
Readonly
state: Attribute<number, any>Indicates a bitmap where each bit shall represent the state of an alarm. The value of true means the alarm is active, otherwise the alarm is inactive.
Readonly
supported: FixedAttribute<number, any>Indicates a bitmap where each bit shall represent whether or not an alarm is supported. The value of true means the alarm is supported, otherwise the alarm is not supported.
If an alarm is not supported, the corresponding bit in Mask, Latch, and State shall be false.
Readonly
reset: BitFlagReset
Supports the ability to reset alarms
Modify elements using ElementModifier.alter.
Modify elements using ElementModifier.enable.
Modify elements using ElementModifier.set.
Select features using ClusterComposer.compose.
Rest
...selection: SelectionT
This cluster is a derived cluster of Alarm Base cluster.
RefrigeratorAlarmCluster supports optional features that you can enable with the RefrigeratorAlarmCluster.with() factory method.
See
MatterSpecification.v13.Cluster § 8.8