فهرست منبع

Fix autosens-prepare to include timestamp for IoB history input

Sam King 6 ماه پیش
والد
کامیت
06d7a6897b
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      TrioTests/OpenAPSSwiftTests/javascript/bundle/autosens-prepare.js

+ 2 - 1
TrioTests/OpenAPSSwiftTests/javascript/bundle/autosens-prepare.js

@@ -13,7 +13,8 @@ function generate(glucose_data, pumphistory_data, basalprofile, profile_data, ca
     
     var iob_inputs = {
         history: pumphistory_data,
-        profile: profile_data
+        profile: profile_data,
+        clock: now
     };
 
     var detection_inputs = {