Modify alarm form message handling...

Hi all. I have realized a plugin that integrate a third party device that generate some alarms. I have to intercept “Close” alarm from Modify alarm form, and handle to send back to my external device. It’s possible to do it ? Exist some examples ?

Thank’s.

Ciao.

Gigi

There is a “ChangedAlarmIndication” you can subscribe to.

In the Alarm and Event Viewer sample you can see it in use.

There is also a "“ChangedAlarmHistoryIndication” but I think it is “ChangedAlarmIndication” you need to see alarms are closed.

ref.

http://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_messaging_1_1_message_id_1_1_server.html&tree=tree_search.html?search=alarmindication

http://doc.developer.milestonesys.com/html/index.html?base=samples/alarmviewer_sample.html&tree=tree_search.html?search=alarmindication

Thanks for the reply. I try! :slight_smile: