Change PRM to MoonrakerSocketManager, project update

This commit is contained in:
Madeline Pace
2023-04-05 13:49:05 -04:00
parent d21fd9d331
commit 0f0d0c0628
28 changed files with 107 additions and 17 deletions

0
Soyuz/ViewModels/BonjourBrowser.swift Normal file → Executable file
View File

View File

@@ -13,7 +13,7 @@ import Starscream
// MARK: PrinterRequestManager
//@MainActor
class PrinterRequestManager: ObservableObject, WebSocketDelegate {
class MoonrakerSocketManager: ObservableObject, WebSocketDelegate {
let WEBSOCKET_TIMEOUT_INTERVAL: TimeInterval = 60.0
// Websocket JSON-RPC published data

0
Soyuz/ViewModels/PrinterObjectsQuery.swift Normal file → Executable file
View File