Skip to content

System.Context.currentAlarm.type

Description

The type of the current alarm.

Grammar

System.Context.currentAlarm.type

Code Example

Get the type of the current alarm.

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