Skip to content

System.Context.currentAlarm.priority

Description

The priority of the current alarm.

Grammar

System.Context.currentAlarm.priority

Code Example

Get the priority of the current alarm.

const priority = System.Context.currentAlarm.priority;
console.log(priority);