Enum GatewayUpdateStatus
- Namespace
- OverKizApi.Enums
- Assembly
- OverKizApi.dll
Tracks the firmware/software update lifecycle of a gateway.
public enum GatewayUpdateStatus
Fields
Failed = 5The update attempt failed.
InProgress = 3The gateway is currently applying the update.
NotUpdate = 0No update is pending; firmware is current.
Pending = 1An update has been detected and is pending download.
ReadyToUpdate = 2The update package is downloaded and ready to be applied.
Unknown = 6Update status could not be determined.
Updated = 4The update was applied successfully.