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