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