-
Notifications
You must be signed in to change notification settings - Fork 23
Working with Niagara Alarms
Since 3.0.4
Limited support has been added into 'nhaystack' for working with Niagara Alarms over the Haystack REST API. This support is in the form of a custom Op that has been added specifically to 'nhaystack.
TODO :)
TODO :)
https://localhost/haystack/[email protected]
-
Single alarm extenstion supported per Control Point. The 'alarmRead' Op will only look for a single alarm extension on a Niagara Control Point. When looking for alarms for a Control Point, the Op will scan all the point extensions on a Niagara Control Point and it will look for alarms on the first Alarm Extension it finds. If there are no alarm extensions on a given point an empty Grid will be returned.
-
Alarms can only be read for a single point at a time. The HTTP GET request currently only expects one 'id' tag in the HTTP GET request coming in. If more are included in the request Grid then they will be ignored.
-
Alarms cannot be acknowledged.