Explorar o código

Keep ISF in suggestion.swift

Jon B.M %!s(int64=4) %!d(string=hai) anos
pai
achega
ef441db46e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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"
     }
 }