Posts: 327
Threads: 126
Joined: May 2020
Reputation:
0
Hello
I would like to know if it is possible to write the user who reset the alarm in the LM log.
Thanks
BR
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
For this to work a completely separate app must be developed as this functionality is not available for built-in alerts.
Posts: 327
Threads: 126
Joined: May 2020
Reputation:
0
OK, since in the event of an alarm, an event is triggered when it returns to 0 can I retrieve the logged in user name and write it to the log from a script?
Posts: 1764
Threads: 6
Joined: Jul 2015
Reputation:
117
Acknowledge an alarm in the alarm manager is not reseting the alarm state that triggered the event, it just mutes the audio and adds a timestamp in the memory to make it listen again to alarms with newer timestamps so you won't have any object action on the server when a user press the acknowledge button..
The only thing the client does in the background is updating a dataset in the storage that is specific for that client IP ..
Posts: 1764
Threads: 6
Joined: Jul 2015
Reputation:
117
Not without an modification in the alert manager..