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