Interface IAlarmsService
Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("Alarms")]
public interface IAlarmsService : IAutomationService
Methods
GetAlarm(ObjectId)
Declaration
Alarm GetAlarm(ObjectId id)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectId | id |
Returns
| Type | Description |
|---|---|
| Alarm |
GetAlarms()
Declaration
Alarm[] GetAlarms()
Returns
| Type | Description |
|---|---|
| Alarm[] |
GetTriggeredAlarms()
Declaration
TriggeredAlarm[] GetTriggeredAlarms()
Returns
| Type | Description |
|---|---|
| TriggeredAlarm[] |
SubscribeAlarmsChanged()
Declaration
void SubscribeAlarmsChanged()
UnsubscribeAlarmsChanged()
Declaration
void UnsubscribeAlarmsChanged()