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