ソースを参照

Treat smb as bolus

Jonas Björkert 2 年 前
コミット
b43cc7bb58
1 ファイル変更2 行追加0 行削除
  1. 2 0
      LoopFollow/Controllers/NightScout.swift

+ 2 - 0
LoopFollow/Controllers/NightScout.swift

@@ -1254,6 +1254,8 @@ extension MainViewController {
                     bolus.append(entry!)
                 case "Bolus":
                     bolus.append(entry!)
+                case "SMB":
+                    bolus.append(entry!)
                 case "Meal Bolus":
                     carbs.append(entry!)
                     bolus.append(entry!)