Posts: 357
	Threads: 139
	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: 8410
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
	
	
		For this to work a completely separate app must be developed as this functionality is not available for built-in alerts.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 357
	Threads: 139
	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: 1807
	Threads: 7
	Joined: Jul 2015
	
Reputation: 
121
	 
	
	
		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: 1807
	Threads: 7
	Joined: Jul 2015
	
Reputation: 
121
	 
	
	
		Not without an modification in the alert manager..