ソースを参照

Fix iob upload to NS

Ivan Valkou 4 年 前
コミット
1bdbf024a8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      FreeAPS/Sources/Models/IOBEntry.swift

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

@@ -10,7 +10,7 @@ struct IOBEntry: JSON {
     let iobWithZeroTemp: WithZeroTemp?
     let iobWithZeroTemp: WithZeroTemp?
     let lastBolusTime: UInt64?
     let lastBolusTime: UInt64?
     let lastTemp: LastTemp?
     let lastTemp: LastTemp?
-    var timestamp: Date?
+    var time: Date?
 
 
     struct WithZeroTemp: JSON {
     struct WithZeroTemp: JSON {
         let iob: Decimal
         let iob: Decimal