Table of Contents

Enum GatewayUpdateStatus

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Tracks the firmware/software update lifecycle of a gateway.

public enum GatewayUpdateStatus

Fields

Failed = 5

The update attempt failed.

InProgress = 3

The gateway is currently applying the update.

NotUpdate = 0

No update is pending; firmware is current.

Pending = 1

An update has been detected and is pending download.

ReadyToUpdate = 2

The update package is downloaded and ready to be applied.

Unknown = 6

Update status could not be determined.

Updated = 4

The update was applied successfully.