Enum AlarmMessageType
- Namespace
- SenseAnywhere.Sdk.Messages.Headers.Alarms
- Assembly
- SenseAnywhere.Sdk.dll
Represents the type of message for an alarm.
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AlarmMessageType
Fields
AlarmActivated = 2
A continuous alarm has been activated.
AlarmEvent = 5
An alarm event has occurred.
AlarmResolved = 4
A continuous alarm has been resolved.
OfflineSummary = 6
A summary of alarms that have occurred while the device was offline.
Test = -1
A test message for the alarm webhook.