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