Преглед на файлове

Fix autosens-prepare to include timestamp for IoB history input

Sam King преди 4 месеца
родител
ревизия
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 = {