6/17/2025 3:28 PM | |
Joined: 6/30/2023 Last visit: 7/31/2025 Posts: 1 Rating:
|
how to read the properties of an alarm and store them in string variables |
6/21/2025 11:54 AM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi, The "AlarmResult" object provides a list of properties that can be accessed via JavaScript. Use these properties to access the desired information. First, however, you need to access the AlarmResult object itself. You can access it from the "AlarmSubscription" object's callback function or the "GetSelectedAlarmAttributes" method. Kind regards |
Follow us on