Skip to main content
Version: v4 (Stable)

SetAlarmReset

SetAlarmReset(AlarmId AS String/Integer, CallGroup AS String, Message AS String[, Format AS String]) AS Integer

Sets the group to be called and the message to be transmitted to signal the reset of the alarm identified by <AlarmId>. <AlarmId> can be the numeric object Id of the alarm tag or its alphanumeric identifier depending on the type of the parameter (Integer or String).

The group to call is designated by the <CallGroup> parameter. The message to be transmitted is defined by the <Message> parameter. A display format can also be defined by the optional parameter <Format>.

Returns 0 if no error, 5 for an invalid call group, 6 for an invalid alarm ID.