SendGroupMessage
SendGroupMessage(GroupId AS Integer/String, AlarmId AS String, Prio AS Integer, Message AS String[, Code AS String[, AlarmGroup AS String[, AudioFile AS String[, Instructions AS String]]]]) AS Integer
Generates a temporary alarm for the call group <GroupId> (Numeric identifier or group name).
The following parameters must be defined:
<AlarmID>: Alphanumeric identifier of the generated alarm<Prio>: priority of the alarm<Message>: Alarm description long message
The following parameters are optional:
<Code>: short message<AlarmGroup>: name of the attached base group<AudioFile>: name of the associated sound file<Instructions>: name of the instruction file
Returns an error code (0 if OK, 5 = Invalid group ID).