Legacy
internal class Legacy
Legacy version provider via the http API.
Warning
This is not to be used since the API is deprecated.-
Simple struct holding information about firmware versions and more.
See moreDeclaration
Swift
internal struct UpdateInfo : Decodable -
Gets the software versions and information about Skyle via the deprecated http API.
- completion: A completion handler.
- info: A
UpdateInfocontaining information about the firmware version and more or nil
Declaration
Swift
static func get(completion: @escaping (_ info: UpdateInfo?) -> Void)