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?
Thanks, I understand the AlarmTreeID now. The next hurdle is the AlarmUserStatus. Where can I find more documentation for the SetAlarmStateMessage, and AlarmUserStatus (which namespace does it belong to)?
What I'm trying to accomplish is to clear an alarm that is in a clearable state.