Skip to content

Commit 240995a

Browse files
ps2loudnate
authored andcommitted
Loop status upload (#110)
* Upload loop status * Track failureReason and loopName * Pass recommendation instead of creating separate tracking variable * Populate enacted field, to match NS expectations when enact fails * Track recommended bolus * add predicted BGs and track loop version separately from loop name * Update cartfile to point to RL dev frameworks * Some suggested changes based on my comments * loop status conversion to NS classes moved to NightscoutDataManager * Move device status uploading to NightscoutDataManager, and handle setting suggested attributes when last basal is successful * revert unneeded changes * bg val in ns upload should be bg used in prediction * Reconcile docs for getLoopStatus, and shorten map for predictedGlucose to HKQuantity * Fix param order in docs of getLoopStatus and remove unneeded import * Update to v0.9.0 of RL frameworks
1 parent 2c1d82f commit 240995a

File tree

28 files changed

+207
-35
lines changed

28 files changed

+207
-35
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ github "loudnate/xDripG5" ~> 0.6.0
33
github "loudnate/SwiftCharts" "loudnate/naterade"
44
github "mddub/dexcom-share-client-swift" ~> 0.1
55
github "mddub/G4ShareSpy" ~> 0.2.2
6-
github "ps2/rileylink_ios" ~> 0.8.0
6+
github "ps2/rileylink_ios" ~> 0.9.0
77
github "amplitude/Amplitude-iOS" "mpurland-framework"

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ github "loudnate/LoopKit" "v0.4.0"
55
github "loudnate/SwiftCharts" "8671287afb29640f9cffced6521b1098b7aac085"
66
github "mddub/dexcom-share-client-swift" "v0.1.3"
77
github "loudnate/xDripG5" "v0.6.0"
8-
github "ps2/rileylink_ios" "v0.8.0"
8+
github "ps2/rileylink_ios" "v0.9.0"
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Carthage/Build/iOS/NightscoutUploadKit.framework/Headers/NightscoutUploadKit-Swift.h

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)