Jon B.M 4 лет назад
Родитель
Сommit
ef441db46e
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      FreeAPS/Sources/Models/Suggestion.swift

+ 2 - 0
FreeAPS/Sources/Models/Suggestion.swift

@@ -16,6 +16,7 @@ struct Suggestion: JSON, Equatable {
     let temp: TempType?
     let bg: Decimal?
     let reservoir: Decimal?
+    let isf: Decimal?
     var timestamp: Date?
     var recieved: Bool?
 }
@@ -46,6 +47,7 @@ extension Suggestion {
         case reservoir
         case timestamp
         case recieved
+        case isf = "ISF"
     }
 }