Changes
3 changed files (+16/-0)
-
-
@@ -173,6 +173,8 @@ public struct BrowseService {} } // MARK: - Move server-side browsing location extension BrowseService { public enum BrowseAction: String, Codable { case message, none, list
-
@@ -262,6 +264,8 @@ extension Moo {} } // MARK: - Load items at server-side browsing location extension BrowseService { public struct LoadRequest: Codable { public let hierarchy: Hierarchy
-
-
-
@@ -20,6 +20,8 @@ public struct RegistryService {static let id = "com.roonlabs.registry:1" } // MARK: - Get Roon server information extension RegistryService { struct InfoRequest { init() {}
-
@@ -56,6 +58,8 @@ extension Moo {} } // MARK: - Register Roon extension extension RegistryService { public struct RegisterRequest: Codable { public let id: String
-
-
-
@@ -168,6 +168,8 @@ public struct TransportService {} } // MARK: - Subscribe changes to zone extension TransportService { public struct SubscribeZoneChangesRequest: Encodable { public let subscriptionID: String
-
@@ -218,6 +220,8 @@ extension Moo {} } // MARK: - Send playback control extension TransportService { public enum ControlAction: String, Codable { case play, pause, playpause, stop, previous, next
-
@@ -257,6 +261,8 @@ extension Moo {} } // MARK: - Seek current playing song extension TransportService { public enum SeekMode: String, Codable { case relative, absolute
-
@@ -299,6 +305,8 @@ extension Moo {} } // MARK: - Change output volume extension TransportService { public enum ChangeVolumeMode: String, Codable { case absolute, relative
-