Const
Readonly
attributes: { Readonly
latch: FixedAttribute<number, any>Indicates a bitmap where each bit set in the Latch attribute shall indicate that the corresponding alarm will be latched when set, and will not reset to inactive when the underlying condition which caused the alarm is no longer present, and so requires an explicit reset using the Reset command.
Readonly
commands: { Readonly
reset: Command<TypeFromFields, void, any>This command resets active and latched alarms (if possible). Any generated Notify event shall contain fields that represent the state of the server after the command has been processed.
A AlarmBaseCluster supports these elements if it supports feature Reset.