Const
Readonly
attributes: { Readonly
latch: FixedAttribute<number, any> & { Readonly
mask: Attribute<number, any>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
commands: { Readonly
modifyThis command allows a client to request that an alarm be enabled or suppressed at the server.
Readonly
reset: Command<TypeFromFields, void, any> & { Readonly
events: { Readonly
notify: Event<TypeFromFields, any>This event shall be generated when one or more alarms change state, and shall have these fields:
Readonly
features: { Readonly
reset: BitFlagReset
This feature indicates that alarms can be reset via the Reset command.
Readonly
name: "AlarmBase"Readonly
revision: 1
Indicates a bitmap where each bit set in the Mask attribute corresponds to an alarm that shall be enabled.