Skip to content

System.Context.currentAlarm.notificationRule

D描述

当前报警使用的通知规则。

语法

System.Context.currentAlarm.notificationRule

代码示例

获取当前报警使用的通知规则。

const rule = System.Context.currentAlarm.notificationRule;
console.log(rule);