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