浏览代码

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 年之前
父节点
当前提交
aff3ea2342

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

@@ -30,7 +30,7 @@
       },
       },
       {
       {
         "package": "SwiftCharts",
         "package": "SwiftCharts",
-        "repositoryURL": "https://github.com/ivanschuetz/SwiftCharts",
+        "repositoryURL": "https://github.com/ivanschuetz/SwiftCharts.git",
         "state": {
         "state": {
           "branch": "master",
           "branch": "master",
           "revision": "c354c1945bb35a1f01b665b22474f6db28cba4a2",
           "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"):
             case textTag where textTag.contains("Parabolic Fit"):
                 return .loopRed
                 return .loopRed
             case textTag where textTag.contains("TDD:"),
             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("Original formula"),
                  textTag where textTag.contains("Logarithmic formula"),
                  textTag where textTag.contains("Logarithmic formula"),
                  textTag where textTag.contains("Autosens/Dynamic Limit:"),
                  textTag where textTag.contains("Autosens/Dynamic Limit:"),