diff --git a/oref0_source_version.txt b/oref0_source_version.txt index 70e797519..156408fc6 100644 --- a/oref0_source_version.txt +++ b/oref0_source_version.txt @@ -1,6 +1,7 @@ -oref0 branch: dev - git version: fa373c9 +oref0 branch: dev - git version: e023125 Last commits: +e023125 Replace Open-iAPS with Trio (#23) fa373c9 Merge pull request #22 from nightscout/tmhastings-tddAdjBasal fc0ae69 tddAdjBasal pop-up correction 487bcbb Merge pull request #21 from MikePlante1/separate_adjustment_factors diff --git a/trio-ref/lib/autotune-prep/categorize.js b/trio-oref/lib/autotune-prep/categorize.js similarity index 100% rename from trio-ref/lib/autotune-prep/categorize.js rename to trio-oref/lib/autotune-prep/categorize.js diff --git a/trio-ref/lib/autotune-prep/dosed.js b/trio-oref/lib/autotune-prep/dosed.js similarity index 100% rename from trio-ref/lib/autotune-prep/dosed.js rename to trio-oref/lib/autotune-prep/dosed.js diff --git a/trio-ref/lib/autotune-prep/index.js b/trio-oref/lib/autotune-prep/index.js similarity index 100% rename from trio-ref/lib/autotune-prep/index.js rename to trio-oref/lib/autotune-prep/index.js diff --git a/trio-ref/lib/autotune/index.js b/trio-oref/lib/autotune/index.js similarity index 100% rename from trio-ref/lib/autotune/index.js rename to trio-oref/lib/autotune/index.js diff --git a/trio-ref/lib/basal-set-temp.js b/trio-oref/lib/basal-set-temp.js similarity index 100% rename from trio-ref/lib/basal-set-temp.js rename to trio-oref/lib/basal-set-temp.js diff --git a/trio-ref/lib/bolus.js b/trio-oref/lib/bolus.js similarity index 100% rename from trio-ref/lib/bolus.js rename to trio-oref/lib/bolus.js diff --git a/trio-ref/lib/calc-glucose-stats.js b/trio-oref/lib/calc-glucose-stats.js similarity index 100% rename from trio-ref/lib/calc-glucose-stats.js rename to trio-oref/lib/calc-glucose-stats.js diff --git a/trio-ref/lib/determine-basal/autosens.js b/trio-oref/lib/determine-basal/autosens.js similarity index 100% rename from trio-ref/lib/determine-basal/autosens.js rename to trio-oref/lib/determine-basal/autosens.js diff --git a/trio-ref/lib/determine-basal/cob.js b/trio-oref/lib/determine-basal/cob.js similarity index 100% rename from trio-ref/lib/determine-basal/cob.js rename to trio-oref/lib/determine-basal/cob.js diff --git a/trio-ref/lib/determine-basal/determine-basal.js b/trio-oref/lib/determine-basal/determine-basal.js similarity index 99% rename from trio-ref/lib/determine-basal/determine-basal.js rename to trio-oref/lib/determine-basal/determine-basal.js index 6f72507d7..96204d800 100644 --- a/trio-ref/lib/determine-basal/determine-basal.js +++ b/trio-oref/lib/determine-basal/determine-basal.js @@ -219,7 +219,7 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_ } function accountForIncrements(insulin) { - // If you have not set this to.0.1 in iAPS settings, this will be set to 0.05 (Omnipods) in code. + // If you have not set this to.0.1 in Trio settings, this will be set to 0.05 (Omnipods) in code. var minimalDose = profile.bolus_increment; if (minimalDose != 0.1) { minimalDose = 0.05; diff --git a/trio-ref/lib/glucose-get-last.js b/trio-oref/lib/glucose-get-last.js similarity index 100% rename from trio-ref/lib/glucose-get-last.js rename to trio-oref/lib/glucose-get-last.js diff --git a/trio-ref/lib/glucose-stats.js b/trio-oref/lib/glucose-stats.js similarity index 100% rename from trio-ref/lib/glucose-stats.js rename to trio-oref/lib/glucose-stats.js diff --git a/trio-ref/lib/iob/calculate.js b/trio-oref/lib/iob/calculate.js similarity index 100% rename from trio-ref/lib/iob/calculate.js rename to trio-oref/lib/iob/calculate.js diff --git a/trio-ref/lib/iob/history.js b/trio-oref/lib/iob/history.js similarity index 100% rename from trio-ref/lib/iob/history.js rename to trio-oref/lib/iob/history.js diff --git a/trio-ref/lib/iob/index.js b/trio-oref/lib/iob/index.js similarity index 100% rename from trio-ref/lib/iob/index.js rename to trio-oref/lib/iob/index.js diff --git a/trio-ref/lib/iob/total.js b/trio-oref/lib/iob/total.js similarity index 100% rename from trio-ref/lib/iob/total.js rename to trio-oref/lib/iob/total.js diff --git a/trio-ref/lib/meal/history.js b/trio-oref/lib/meal/history.js similarity index 100% rename from trio-ref/lib/meal/history.js rename to trio-oref/lib/meal/history.js diff --git a/trio-ref/lib/meal/index.js b/trio-oref/lib/meal/index.js similarity index 100% rename from trio-ref/lib/meal/index.js rename to trio-oref/lib/meal/index.js diff --git a/trio-ref/lib/meal/total.js b/trio-oref/lib/meal/total.js similarity index 100% rename from trio-ref/lib/meal/total.js rename to trio-oref/lib/meal/total.js diff --git a/trio-ref/lib/medtronic-clock.js b/trio-oref/lib/medtronic-clock.js similarity index 100% rename from trio-ref/lib/medtronic-clock.js rename to trio-oref/lib/medtronic-clock.js diff --git a/trio-ref/lib/oref0-setup/alias.json b/trio-oref/lib/oref0-setup/alias.json similarity index 100% rename from trio-ref/lib/oref0-setup/alias.json rename to trio-oref/lib/oref0-setup/alias.json diff --git a/trio-ref/lib/oref0-setup/autotune.json b/trio-oref/lib/oref0-setup/autotune.json similarity index 100% rename from trio-ref/lib/oref0-setup/autotune.json rename to trio-oref/lib/oref0-setup/autotune.json diff --git a/trio-ref/lib/oref0-setup/basal_profile.json b/trio-oref/lib/oref0-setup/basal_profile.json similarity index 100% rename from trio-ref/lib/oref0-setup/basal_profile.json rename to trio-oref/lib/oref0-setup/basal_profile.json diff --git a/trio-ref/lib/oref0-setup/bg_targets_raw.json b/trio-oref/lib/oref0-setup/bg_targets_raw.json similarity index 100% rename from trio-ref/lib/oref0-setup/bg_targets_raw.json rename to trio-oref/lib/oref0-setup/bg_targets_raw.json diff --git a/trio-ref/lib/oref0-setup/cgm-loop.json b/trio-oref/lib/oref0-setup/cgm-loop.json similarity index 100% rename from trio-ref/lib/oref0-setup/cgm-loop.json rename to trio-oref/lib/oref0-setup/cgm-loop.json diff --git a/trio-ref/lib/oref0-setup/device.json b/trio-oref/lib/oref0-setup/device.json similarity index 100% rename from trio-ref/lib/oref0-setup/device.json rename to trio-oref/lib/oref0-setup/device.json diff --git a/trio-ref/lib/oref0-setup/dexcom.json b/trio-oref/lib/oref0-setup/dexcom.json similarity index 100% rename from trio-ref/lib/oref0-setup/dexcom.json rename to trio-oref/lib/oref0-setup/dexcom.json diff --git a/trio-ref/lib/oref0-setup/edisonbattery.json b/trio-oref/lib/oref0-setup/edisonbattery.json similarity index 100% rename from trio-ref/lib/oref0-setup/edisonbattery.json rename to trio-oref/lib/oref0-setup/edisonbattery.json diff --git a/trio-ref/lib/oref0-setup/mdt-cgm.json b/trio-oref/lib/oref0-setup/mdt-cgm.json similarity index 100% rename from trio-ref/lib/oref0-setup/mdt-cgm.json rename to trio-oref/lib/oref0-setup/mdt-cgm.json diff --git a/trio-ref/lib/oref0-setup/pancreabble.json b/trio-oref/lib/oref0-setup/pancreabble.json similarity index 100% rename from trio-ref/lib/oref0-setup/pancreabble.json rename to trio-oref/lib/oref0-setup/pancreabble.json diff --git a/trio-ref/lib/oref0-setup/pancreoptions.json b/trio-oref/lib/oref0-setup/pancreoptions.json similarity index 100% rename from trio-ref/lib/oref0-setup/pancreoptions.json rename to trio-oref/lib/oref0-setup/pancreoptions.json diff --git a/trio-ref/lib/oref0-setup/report.json b/trio-oref/lib/oref0-setup/report.json similarity index 100% rename from trio-ref/lib/oref0-setup/report.json rename to trio-oref/lib/oref0-setup/report.json diff --git a/trio-ref/lib/oref0-setup/settings.json b/trio-oref/lib/oref0-setup/settings.json similarity index 100% rename from trio-ref/lib/oref0-setup/settings.json rename to trio-oref/lib/oref0-setup/settings.json diff --git a/trio-ref/lib/oref0-setup/shareble.json b/trio-oref/lib/oref0-setup/shareble.json similarity index 100% rename from trio-ref/lib/oref0-setup/shareble.json rename to trio-oref/lib/oref0-setup/shareble.json diff --git a/trio-ref/lib/oref0-setup/supermicrobolus.json b/trio-oref/lib/oref0-setup/supermicrobolus.json similarity index 100% rename from trio-ref/lib/oref0-setup/supermicrobolus.json rename to trio-oref/lib/oref0-setup/supermicrobolus.json diff --git a/trio-ref/lib/oref0-setup/vendor.json b/trio-oref/lib/oref0-setup/vendor.json similarity index 100% rename from trio-ref/lib/oref0-setup/vendor.json rename to trio-oref/lib/oref0-setup/vendor.json diff --git a/trio-ref/lib/oref0-setup/xdrip-cgm.json b/trio-oref/lib/oref0-setup/xdrip-cgm.json similarity index 100% rename from trio-ref/lib/oref0-setup/xdrip-cgm.json rename to trio-oref/lib/oref0-setup/xdrip-cgm.json diff --git a/trio-ref/lib/percentile.js b/trio-oref/lib/percentile.js similarity index 100% rename from trio-ref/lib/percentile.js rename to trio-oref/lib/percentile.js diff --git a/trio-ref/lib/profile/basal.js b/trio-oref/lib/profile/basal.js similarity index 100% rename from trio-ref/lib/profile/basal.js rename to trio-oref/lib/profile/basal.js diff --git a/trio-ref/lib/profile/carbs.js b/trio-oref/lib/profile/carbs.js similarity index 100% rename from trio-ref/lib/profile/carbs.js rename to trio-oref/lib/profile/carbs.js diff --git a/trio-ref/lib/profile/index.js b/trio-oref/lib/profile/index.js similarity index 100% rename from trio-ref/lib/profile/index.js rename to trio-oref/lib/profile/index.js diff --git a/trio-ref/lib/profile/isf.js b/trio-oref/lib/profile/isf.js similarity index 100% rename from trio-ref/lib/profile/isf.js rename to trio-oref/lib/profile/isf.js diff --git a/trio-ref/lib/profile/targets.js b/trio-oref/lib/profile/targets.js similarity index 100% rename from trio-ref/lib/profile/targets.js rename to trio-oref/lib/profile/targets.js diff --git a/trio-ref/lib/pump.js b/trio-oref/lib/pump.js similarity index 100% rename from trio-ref/lib/pump.js rename to trio-oref/lib/pump.js diff --git a/trio-ref/lib/require-utils.js b/trio-oref/lib/require-utils.js similarity index 100% rename from trio-ref/lib/require-utils.js rename to trio-oref/lib/require-utils.js diff --git a/trio-ref/lib/round-basal.js b/trio-oref/lib/round-basal.js similarity index 100% rename from trio-ref/lib/round-basal.js rename to trio-oref/lib/round-basal.js diff --git a/trio-ref/lib/temps.js b/trio-oref/lib/temps.js similarity index 100% rename from trio-ref/lib/temps.js rename to trio-oref/lib/temps.js diff --git a/trio-ref/lib/with-raw-glucose.js b/trio-oref/lib/with-raw-glucose.js similarity index 100% rename from trio-ref/lib/with-raw-glucose.js rename to trio-oref/lib/with-raw-glucose.js diff --git a/trio-oref/oref_source_file_info.txt b/trio-oref/oref_source_file_info.txt new file mode 100644 index 000000000..9b85c7ec9 --- /dev/null +++ b/trio-oref/oref_source_file_info.txt @@ -0,0 +1,2 @@ +These source files are copied from https://github.com/nightscout/trio-oref, and are for information purposes only. +The algorithm is run based on minimised files in FreeAPS/Resources/javascript/bundle. diff --git a/trio-ref/oref_source_file_info.txt b/trio-ref/oref_source_file_info.txt deleted file mode 100644 index eecbb75cd..000000000 --- a/trio-ref/oref_source_file_info.txt +++ /dev/null @@ -1,2 +0,0 @@ -These source files are copied from open-iaps-oref, and are for information purposes only. -The algorithm is run based on minimised files in FreeAPS/Resources/javascript/bundle.