Jelajahi Sumber

Merge pull request #260 from MikePlante1/threshold_typo

`Minimum Safety Threshold` update
bjornoleh 1 tahun lalu
induk
melakukan
e6d67ac9af
32 mengubah file dengan 86 tambahan dan 81 penghapusan
  1. 1 1
      FreeAPS/Resources/javascript/bundle/autosens.js
  2. 1 1
      FreeAPS/Resources/javascript/bundle/autotune-prep.js
  3. 1 1
      FreeAPS/Resources/javascript/bundle/iob.js
  4. 1 1
      FreeAPS/Resources/javascript/bundle/meal.js
  5. 1 1
      FreeAPS/Resources/javascript/bundle/profile.js
  6. 1 1
      FreeAPS/Resources/json/defaults/preferences.json
  7. 3 3
      FreeAPS/Sources/Localizations/Main/ar.lproj/Localizable.strings
  8. 4 4
      FreeAPS/Sources/Localizations/Main/ca.lproj/Localizable.strings
  9. 3 3
      FreeAPS/Sources/Localizations/Main/da.lproj/Localizable.strings
  10. 3 3
      FreeAPS/Sources/Localizations/Main/de.lproj/Localizable.strings
  11. 3 3
      FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings
  12. 3 3
      FreeAPS/Sources/Localizations/Main/es.lproj/Localizable.strings
  13. 3 3
      FreeAPS/Sources/Localizations/Main/fi.lproj/Localizable.strings
  14. 3 3
      FreeAPS/Sources/Localizations/Main/fr.lproj/Localizable.strings
  15. 3 3
      FreeAPS/Sources/Localizations/Main/he.lproj/Localizable.strings
  16. 3 3
      FreeAPS/Sources/Localizations/Main/hu.lproj/Localizable.strings
  17. 3 3
      FreeAPS/Sources/Localizations/Main/it.lproj/Localizable.strings
  18. 3 3
      FreeAPS/Sources/Localizations/Main/nb.lproj/Localizable.strings
  19. 3 3
      FreeAPS/Sources/Localizations/Main/nl.lproj/Localizable.strings
  20. 3 3
      FreeAPS/Sources/Localizations/Main/pl.lproj/Localizable.strings
  21. 3 3
      FreeAPS/Sources/Localizations/Main/pt-BR.lproj/Localizable.strings
  22. 3 3
      FreeAPS/Sources/Localizations/Main/pt-PT.lproj/Localizable.strings
  23. 3 3
      FreeAPS/Sources/Localizations/Main/ru.lproj/Localizable.strings
  24. 3 3
      FreeAPS/Sources/Localizations/Main/sk.lproj/Localizable.strings
  25. 3 3
      FreeAPS/Sources/Localizations/Main/sv.lproj/Localizable.strings
  26. 3 3
      FreeAPS/Sources/Localizations/Main/tr.lproj/Localizable.strings
  27. 3 3
      FreeAPS/Sources/Localizations/Main/uk.lproj/Localizable.strings
  28. 3 3
      FreeAPS/Sources/Localizations/Main/vi.lproj/Localizable.strings
  29. 3 3
      FreeAPS/Sources/Localizations/Main/zh-Hans.lproj/Localizable.strings
  30. 3 3
      FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorStateModel.swift
  31. 6 1
      oref0_source_version.txt
  32. 1 1
      trio-oref/lib/profile/index.js

File diff ditekan karena terlalu besar
+ 1 - 1
FreeAPS/Resources/javascript/bundle/autosens.js


File diff ditekan karena terlalu besar
+ 1 - 1
FreeAPS/Resources/javascript/bundle/autotune-prep.js


File diff ditekan karena terlalu besar
+ 1 - 1
FreeAPS/Resources/javascript/bundle/iob.js


File diff ditekan karena terlalu besar
+ 1 - 1
FreeAPS/Resources/javascript/bundle/meal.js


File diff ditekan karena terlalu besar
+ 1 - 1
FreeAPS/Resources/javascript/bundle/profile.js


+ 1 - 1
FreeAPS/Resources/json/defaults/preferences.json

@@ -49,6 +49,6 @@
   "tddAdjBasal" : false,
   "enableSMB_high_bg" : false,
   "enableSMB_high_bg_target" : 110,
-  "threshold_setting" : 65,
+  "threshold_setting" : 60,
   "updateInterval" : 20
 }

File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/ar.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 4 - 4
FreeAPS/Sources/Localizations/Main/ca.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/da.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/de.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/es.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/fi.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/fr.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/he.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/hu.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/it.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/nb.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/nl.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/pl.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/pt-BR.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/pt-PT.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/ru.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/sk.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/sv.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/tr.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/uk.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/vi.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Localizations/Main/zh-Hans.lproj/Localizable.strings


File diff ditekan karena terlalu besar
+ 3 - 3
FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorStateModel.swift


+ 6 - 1
oref0_source_version.txt

@@ -1,6 +1,11 @@
-oref0 branch: dev - git version: e023125
+oref0 branch: dev - git version: d1dfb70
 
 Last commits:
+d1dfb70 Merge pull request #26 from MikePlante1/typo
+d9f1662 fix `threshold_setting` typo
+b454837 Merge pull request #24 from nightscout/Trio_renames
+5319e39 update Discord url
+5b7affa Github issue templates and config.yml: rename from Open-iAPS to Trio
 e023125 Replace Open-iAPS with Trio (#23)
 fa373c9 Merge pull request #22 from nightscout/tmhastings-tddAdjBasal
 fc0ae69 tddAdjBasal pop-up correction

+ 1 - 1
trio-oref/lib/profile/index.js

@@ -77,7 +77,7 @@ function defaults ( ) {
     , tddAdjBasal: false // Enable adjustment of basal based on the ratio of 24 h : 10 day average TDD
     , enableSMB_high_bg: false // enable SMBs when a high BG is detected, based on the high BG target (adjusted or profile)
     , enableSMB_high_bg_target: 110 // set the value enableSMB_high_bg will compare against to enable SMB. If BG > than this value, SMBs should enable.
-    , threshold_setting: 0.60 // Use a configurable threshold setting
+    , threshold_setting: 60 // Use a configurable threshold setting
   }
 }