Skip to content

System.Context.currentAlarm.ackNotes

描述

当前报警的确认信息。

语法

System.Context.currentAlarm.ackNotes

代码示例

获取当前报警的确认信息。

const notes = System.Context.currentAlarm.ackNotes;
console.log(notes);