Table of Contents

Enum AlarmState

Namespace
SenseAnywhere.Sdk.Alarms
Assembly
SenseAnywhere.Sdk.dll

Represents the status of an alarm.

[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AlarmState

Fields

Active = 1

The alarm is still active.

Delayed = 6

The alarm is delayed.

Disabled = 4

The alarm is disabled.

Paused = 11

The alarm is paused.

Resolved = 2

The alarm has been resolved.

SwitchedOff = 3

The alarm has been switched off.

Triggered = 5

The alarm event has been triggered.

TripEnd = 8

The alarm is in a trip end state.

TripEndNotOk = 10

The trip has ended unsuccessfully.

TripEndOk = 9

The trip has ended successfully.

TripStart = 7

The alarm is in a trip start state.