We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aff021 commit a5a490cCopy full SHA for a5a490c
1 file changed
LoopFollow/Controllers/Nightscout/DeviceStatus.swift
@@ -72,7 +72,7 @@ extension MainViewController {
72
73
// NS Device Status Response Processor
74
func updateDeviceStatusDisplay(jsonDeviceStatus: [[String: AnyObject]]) {
75
- infoManager.clearInfoData(types: [.iob, .cob, .override, .battery, .pump, .target, .isf, .carbRatio, .updated, .recBolus, .tdd])
+ infoManager.clearInfoData(types: [.iob, .cob, .battery, .pump, .target, .isf, .carbRatio, .updated, .recBolus, .tdd])
76
77
// For Loop, clear the current override here - For Trio, it is handled using treatments
78
if Storage.shared.device.value == "Loop" {
0 commit comments