ReadonlyacceptedList of client generated commands which are supported by this cluster server instance.
ReadonlyattributeList of the attribute IDs of the attributes supported by the cluster instance.
ReadonlyclusterIndicates the revision of the server cluster specification supported by the cluster instance.
ReadonlyfeatureIndicates whether the server supports zero or more optional cluster features.
ReadonlygeneratedList of server generated commands (server to client commands).
Readonlylatch: FixedAttribute<number, any> & { Readonlymask: Attribute<number, any>Indicates a bitmap where each bit set in the Mask attribute corresponds to an alarm that shall be enabled.
Readonlystate: 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.
Readonlysupported: 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.
ReadonlymodifyThis command allows a client to request that an alarm be enabled or suppressed at the server.
Readonlyreset: Command<TypeFromFields<{ Readonlyreset: BitFlagReset
This feature indicates that alarms can be reset via the Reset command.
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 supports all DishwasherAlarm features. It may support illegal feature combinations.
If you use this cluster you must manually specify which features are active and ensure the set of active features is legal per the Matter specification.