Announcement

Collapse
No announcement yet.

What zone triggered an alarm?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What zone triggered an alarm?

    I'm trying to generate an alarm notification email message, but I don't see a way to capture the specific zone that triggered the alarm. I would think that information would be of high interest to people, so I hope I'm missing something?

    #2
    Are you willing to obtain this information via script? If so, the plug-in (as of version 1.1.2853.30698) provides access to this information via the following functions:

    ' returns a string with names of zones not ready
    GetZonesNotReady()

    ' returns a string of names of zones reporting a trouble status
    GetZonesInTrouble()

    ' returns a string of names of zones reporting an alarm
    GetZonesInAlarm()

    Regards,
    Ultrajones
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment

    Working...
    X