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