There was an error while loading. Please reload this page.
2 parents 412cac3 + 0728a27 commit 3788372Copy full SHA for 3788372
1 file changed
LoopFollow/Controllers/Nightscout/Treatments.swift
@@ -60,7 +60,7 @@ extension MainViewController {
60
switch eventType {
61
case "Temp Basal":
62
tempBasal.append(entry)
63
- case "Correction Bolus", "Bolus":
+ case "Correction Bolus", "Bolus", "External Insulin":
64
if let automatic = entry["automatic"] as? Bool, automatic {
65
smb.append(entry)
66
} else {
0 commit comments