I'm getting warnings when I validate my old automations in DM version 10.5 about the arguments to SetAlarmStateMessage.
If I read the warnings correctly they indicate that I should rather use AlarmTreeID instead of the combination DataMinerID and AlarmID when I call SetAlarmStateMessage
SetAlarmStateMessage(AlarmTreeID, AlarmUserStatus, String)
vs
SetAlarmStateMessage(DataMinerID, AlarmID, AlarmUserStatus, String)
My question is how do I get the AlarmTreeID for an alarm?
Jan-Terje Larsen Edited question