Table of Contents

Enum EventName

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Identifies the type of an event returned by the event listener endpoint (events/{listenerId}/fetch).

public enum EventName

Fields

DeviceAvailabilityChanged = 1

A device's availability (reachability) changed.

DeviceCreated = 2

A new device was added to the setup.

DeviceDeleted = 3

A device was removed from the setup.

DeviceGatewayUpdated = 4

A device's associated gateway was updated.

DeviceStateChanged = 5

One or more states on a device changed value.

DeviceUpdated = 6

A device's metadata (label, place, etc.) was updated.

ExecutionRegistered = 7

A new execution was registered with the gateway.

ExecutionStateChanged = 8

An execution transitioned to a new state.

GatewayAliveChanged = 9

A gateway's alive/heartbeat status changed.

GatewayDowngradeChanged = 10

A gateway firmware downgrade was detected.

GatewaySynchronizationEnded = 12

A gateway completed a device synchronisation cycle (alternate name used by some servers).

GatewaySynchronizationFinished = 11

A gateway completed a device synchronisation cycle.

GatewaySynchronizationStarted = 13

A gateway started a device synchronisation cycle.

GatewayUpdated = 14

A gateway's metadata was updated.

RefreshAllDevicesStates = 15

The cloud requested all devices to refresh their states.

ScenarioExecutionRegistered = 16

A new scenario execution was registered.

ScenarioExecutionStateChanged = 17

A scenario execution transitioned to a new state.

Unknown = 0

Event type is not recognised.