System.Context.currentAlarm.statusChangeId¶ Description¶ The id of the current alarm's status change. Grammar¶ System.Context.currentAlarm.statusChangeId Code Example¶ Get the id of the current alarm's status change. const id = System.Context.currentAlarm.statusChangeId; console.log(id);