Description

The RutSmsAlarmAcknowledger allows acknowledging alarms via SMS. To acknowledge an alarm, a user with the same phone number must exist. The format should be the same as that in the RUT server.

Only a user with operator write rights on the alarm class can acknowledge the alarm via SMS.


Implementation

Properties

  • Status: The status of the service.
    • {ok} - The component is functioning normally.
    • {Down} - The component did not respond.
    • {Disabled} - Indicates that the 'Enable' property is false, the component is disabled.
    • {Fault} - Indicates an anomaly.
  • Enabled: Enables or disables the service.
  • Ack Alarms From Same Source: Indicates whether all alarms from the same source will be acknowledged, or only the latest alarm will be acknowledged.
  • Last Alarm Acked: The UUID of the last acknowledged alarm.
  • Last Alarm Acked Time: The timestamp when the last alarm was acknowledged.
  • Last Alarm Acked Failure Time: The timestamp when the last acknowledgment attempt failed.
  • Last Alarm Acked Failure Cause: The reason for the last acknowledgment attempt failure.
  • Total Alarm Acked Today: The number of alarms acknowledged today.
  • Total Alarm Acked Failures: The total number of acknowledgment failures.
  • Total Alarm Received Today: The number of messages received today.

Attention: To acknowledge the alarm, the user must have sufficient rights on the alarm class of the alarm in your station.