Просмотр исходного кода

Alter predictions with dynamic settings

Require 21 hours of pump history data.
Check for 0 pump data.
Test to add dynamic adjustments to predictions when using Logarithmic Formula (from Tim's AAPS).
Add weighted and total data in the  .zt color
xcode auto commit (?).
Scheduled basal rates instead of AT rates....
Jon B.M 3 лет назад
Родитель
Сommit
aff3ea2342

+ 1 - 1
FreeAPS.xcworkspace/xcshareddata/swiftpm/Package.resolved

@@ -30,7 +30,7 @@
       },
       {
         "package": "SwiftCharts",
-        "repositoryURL": "https://github.com/ivanschuetz/SwiftCharts",
+        "repositoryURL": "https://github.com/ivanschuetz/SwiftCharts.git",
         "state": {
           "branch": "master",
           "revision": "c354c1945bb35a1f01b665b22474f6db28cba4a2",

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
FreeAPS/Resources/javascript/bundle/determine-basal.js


+ 2 - 0
FreeAPS/Sources/Views/TagCloudView.swift

@@ -66,6 +66,8 @@ struct TagCloudView: View {
             case textTag where textTag.contains("Parabolic Fit"):
                 return .loopRed
             case textTag where textTag.contains("TDD:"),
+                 textTag where textTag.contains("Weighted avg:"),
+                 textTag where textTag.contains("Total data avg:"),
                  textTag where textTag.contains("Original formula"),
                  textTag where textTag.contains("Logarithmic formula"),
                  textTag where textTag.contains("Autosens/Dynamic Limit:"),