Skip to content

Commit

Permalink
fix: Update danakit & Add DanaPumpManager to staticPumpManagers
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanv committed Jun 6, 2024
1 parent 2e66830 commit f24959d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions FreeAPS/Sources/APS/DeviceDataManager.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Algorithms
import Combine
import DanaKit
import Foundation
import LoopKit
import LoopKitUI
Expand Down Expand Up @@ -33,13 +34,15 @@ private let staticPumpManagers: [PumpManagerUI.Type] = [
MinimedPumpManager.self,
OmnipodPumpManager.self,
OmniBLEPumpManager.self,
DanaKitPumpManager.self,
MockPumpManager.self
]

private let staticPumpManagersByIdentifier: [String: PumpManagerUI.Type] = [
MinimedPumpManager.pluginIdentifier: MinimedPumpManager.self,
OmnipodPumpManager.pluginIdentifier: OmnipodPumpManager.self,
OmniBLEPumpManager.pluginIdentifier: OmniBLEPumpManager.self,
DanaKitPumpManager.pluginIdentifier: DanaKitPumpManager.self,
MockPumpManager.pluginIdentifier: MockPumpManager.self
]

Expand Down

0 comments on commit f24959d

Please sign in to comment.