Explorar el Código

remove ISF from Suggestion

Ivan Valkou hace 4 años
padre
commit
59350eac5a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      FreeAPS/Sources/Models/Suggestion.swift

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

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