Browse Source

Fix BloodGlucose parsing

Ivan Valkou 5 years ago
parent
commit
346ad72b46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FreeAPS/Sources/Models/BloodGlucose.swift

+ 1 - 1
FreeAPS/Sources/Models/BloodGlucose.swift

@@ -23,7 +23,7 @@ struct BloodGlucose: JSON, Identifiable, Hashable {
 
     var sgv: Int?
     let direction: Direction?
-    let date: UInt64
+    let date: Decimal
     let dateString: Date
     let filtered: Double?
     let noise: Int?