Explorar el Código

Treat smb as bolus

Jonas Björkert hace 2 años
padre
commit
b43cc7bb58
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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!)