Hello,
I was implementing an SLNet GetAlarmDetail message in an Enhanced Service Connector and I noticed that when the alarm is of a Severity different from "Normal", I am able to get a response. However, when the Severity is "Normal" (clearing the alarm), the response is empty.
Previously on DMA version 10.0.0.0 I was able to use this call, but in 10.1.11.0 that's not the case.
Is this expected? Any suggestions on another call to retrieve this "clearing" alarm?
Thank you
Hi João,
Instead of using the GetAlarmDetailsMessage, you could try to use the GetAlarmTreeDetailsMessage or the GetAlarmsFromDbMessage (where additional filtering is possible).