FirmwareUpdateStatus
@frozen
public enum FirmwareUpdateStatus
Indicates whether a firmware update is available.
-
Indicates that an update is available with the specified version number.
Declaration
Swift
case updateAvailable(version: String)
-
Indicates that the firmware is up to date.
Declaration
Swift
case upToDate