You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I am missing something, but the csvdata["basalData"] is always an empty array, even when the the BASAL feature is specified. What could be going on here? IOB and boluses are returned without a problem.
The text was updated successfully, but these errors were encountered:
You are correct -- the WS2 therapytimeline endpoint only contains pre-ControlIQ basal data. tconnectsync currently reads from this value regardless and merges it in for processing on the chance that you're inspecting a time interval which was before controliq was enabled on the pump. (I think it's based on whether your pump supports controliq in the firmware, rather than just toggling it on or off, but I haven't checked.)
Closing this issue due to inactivity, and because tconnectsync seems to be operating as designed (per how the tconnect API functions). Please re-open or create a new issue if you're still experiencing issues.
Not sure if I am missing something, but the
csvdata["basalData"]
is always an empty array, even when the the BASAL feature is specified. What could be going on here? IOB and boluses are returned without a problem.The text was updated successfully, but these errors were encountered: