Status
public enum Status
The status of the KodiConnector
-
Not connected and no host
Declaration
Swift
case none -
Connected to the Kodi websocket
Declaration
Swift
case connectedToWebSocket -
Loading the library
Declaration
Swift
case loadingLibrary -
Updating the library
Declaration
Swift
case updatingLibrary -
The library is loaded
Declaration
Swift
case loadedLibrary -
The library is outdated
Declaration
Swift
case outdatedLibrary -
The device is sleeping
Declaration
Swift
case sleeping -
The device is waking up
Declaration
Swift
case wakeup -
The device is offline
Declaration
Swift
case offline -
The device icame online
Declaration
Swift
case online -
An error when loading the library or a lost of connection
Declaration
Swift
case failure -
Undocumented
Declaration
Swift
public var message: String { get }
View on GitHub
Status Enumeration Reference