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 = 1A device's availability (reachability) changed.
DeviceCreated = 2A new device was added to the setup.
DeviceDeleted = 3A device was removed from the setup.
DeviceGatewayUpdated = 4A device's associated gateway was updated.
DeviceStateChanged = 5One or more states on a device changed value.
DeviceUpdated = 6A device's metadata (label, place, etc.) was updated.
ExecutionRegistered = 7A new execution was registered with the gateway.
ExecutionStateChanged = 8An execution transitioned to a new state.
GatewayAliveChanged = 9A gateway's alive/heartbeat status changed.
GatewayDowngradeChanged = 10A gateway firmware downgrade was detected.
GatewaySynchronizationEnded = 12A gateway completed a device synchronisation cycle (alternate name used by some servers).
GatewaySynchronizationFinished = 11A gateway completed a device synchronisation cycle.
GatewaySynchronizationStarted = 13A gateway started a device synchronisation cycle.
GatewayUpdated = 14A gateway's metadata was updated.
RefreshAllDevicesStates = 15The cloud requested all devices to refresh their states.
ScenarioExecutionRegistered = 16A new scenario execution was registered.
ScenarioExecutionStateChanged = 17A scenario execution transitioned to a new state.
Unknown = 0Event type is not recognised.