Table of Contents

Enum EventType

Namespace
SenseAnywhere.Sdk.Events
Assembly
SenseAnywhere.Sdk.dll

Represents the type of event.

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

Fields

Measurement = 4

A sensor measurement.

MotionStateSwitch = 1

The motion state of the sensor has changed.

Ping = 0

Ping message to indicate the Sensor is alive. This interval is pre-programmed and as default is defined as:

- 5 minutes when the device is in motion (Start)

- 5 minutes when the device is not in motion (Stop)

Note: When a timer event (e.g. Temp interval) has the same or smaller interval the PING events will not take place

ReedStateSwitch = 2

The reed switch has changed (open/close).

Status = 3

Status message to indicate the RF field strength and the battery voltage. This interval is pre-programmed and as default is ~12 hours.

Test = -1

A test event used to verify the webhook configuration.