|
@@ -37,7 +37,8 @@ extension PumpConfig {
|
|
|
initialSettings: initialSettings,
|
|
initialSettings: initialSettings,
|
|
|
bluetoothProvider: bluetoothManager,
|
|
bluetoothProvider: bluetoothManager,
|
|
|
colorPalette: .default,
|
|
colorPalette: .default,
|
|
|
- allowDebugFeatures: false,
|
|
|
|
|
|
|
+ allowDebugFeatures: true,
|
|
|
|
|
+ prefersToSkipUserInteraction: false,
|
|
|
allowedInsulinTypes: [.apidra, .humalog, .novolog, .fiasp, .lyumjev]
|
|
allowedInsulinTypes: [.apidra, .humalog, .novolog, .fiasp, .lyumjev]
|
|
|
)
|
|
)
|
|
|
case .omnipod:
|
|
case .omnipod:
|
|
@@ -45,7 +46,8 @@ extension PumpConfig {
|
|
|
initialSettings: initialSettings,
|
|
initialSettings: initialSettings,
|
|
|
bluetoothProvider: bluetoothManager,
|
|
bluetoothProvider: bluetoothManager,
|
|
|
colorPalette: .default,
|
|
colorPalette: .default,
|
|
|
- allowDebugFeatures: false,
|
|
|
|
|
|
|
+ allowDebugFeatures: true,
|
|
|
|
|
+ prefersToSkipUserInteraction: false,
|
|
|
allowedInsulinTypes: [.apidra, .humalog, .novolog, .fiasp, .lyumjev]
|
|
allowedInsulinTypes: [.apidra, .humalog, .novolog, .fiasp, .lyumjev]
|
|
|
)
|
|
)
|
|
|
case .omnipodBLE:
|
|
case .omnipodBLE:
|
|
@@ -53,7 +55,7 @@ extension PumpConfig {
|
|
|
initialSettings: initialSettings,
|
|
initialSettings: initialSettings,
|
|
|
bluetoothProvider: bluetoothManager,
|
|
bluetoothProvider: bluetoothManager,
|
|
|
colorPalette: .default,
|
|
colorPalette: .default,
|
|
|
- allowDebugFeatures: false,
|
|
|
|
|
|
|
+ allowDebugFeatures: true,
|
|
|
allowedInsulinTypes: [.apidra, .humalog, .novolog, .fiasp, .lyumjev]
|
|
allowedInsulinTypes: [.apidra, .humalog, .novolog, .fiasp, .lyumjev]
|
|
|
)
|
|
)
|
|
|
case .simulator:
|
|
case .simulator:
|
|
@@ -61,7 +63,8 @@ extension PumpConfig {
|
|
|
initialSettings: initialSettings,
|
|
initialSettings: initialSettings,
|
|
|
bluetoothProvider: bluetoothManager,
|
|
bluetoothProvider: bluetoothManager,
|
|
|
colorPalette: .default,
|
|
colorPalette: .default,
|
|
|
- allowDebugFeatures: false,
|
|
|
|
|
|
|
+ allowDebugFeatures: true,
|
|
|
|
|
+ prefersToSkipUserInteraction: false,
|
|
|
allowedInsulinTypes: [.apidra, .humalog, .novolog, .fiasp, .lyumjev]
|
|
allowedInsulinTypes: [.apidra, .humalog, .novolog, .fiasp, .lyumjev]
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|