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