diff --git a/LoopFollow/Controllers/Nightscout/Treatments.swift b/LoopFollow/Controllers/Nightscout/Treatments.swift index 66f8f159e..3fd986948 100644 --- a/LoopFollow/Controllers/Nightscout/Treatments.swift +++ b/LoopFollow/Controllers/Nightscout/Treatments.swift @@ -60,7 +60,7 @@ extension MainViewController { switch eventType { case "Temp Basal": tempBasal.append(entry) - case "Correction Bolus", "Bolus": + case "Correction Bolus", "Bolus", "External Insulin": if let automatic = entry["automatic"] as? Bool, automatic { smb.append(entry) } else {