Skip to content

Commit 3788372

Browse files
authored
Merge pull request #409 from loopandlearn/trio-external-insulin
Support for Trio External Insulin Display
2 parents 412cac3 + 0728a27 commit 3788372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LoopFollow/Controllers/Nightscout/Treatments.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extension MainViewController {
6060
switch eventType {
6161
case "Temp Basal":
6262
tempBasal.append(entry)
63-
case "Correction Bolus", "Bolus":
63+
case "Correction Bolus", "Bolus", "External Insulin":
6464
if let automatic = entry["automatic"] as? Bool, automatic {
6565
smb.append(entry)
6666
} else {

0 commit comments

Comments
 (0)