System.Context.currentAlarm.ackMode¶ Description¶ The acknowledgment mode of the current alarm. Grammar¶ System.Context.currentAlarm.ackMode Code Example¶ Get the acknowledgment mode of the current alarm. const mode = System.Context.currentAlarm.ackMode; console.log(mode);