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
several rT.variables are converted into the users choice of glucose unit. Due to this ISF e.g. will only be updated in Trio to the new unit after a new loop, as it is converted in oref and not in Trio.
Expected behavior
All oref results should be passed in mg/dL and only the rT.reason should contain converted glucose related variables. In Trio those values would be saved in mg/dL and the conversion if needed would be done in Trio. Therefore no additional Loop is needed after changing glucose unit.
Additional context
fix would need an oref and trio PR for:
ISF
deviation
BGI
I am not sure though whether 2 & 3 are needed in Trio.
The text was updated successfully, but these errors were encountered:
As Trio does not show ISF anywhere on UI, only watch can be used to review the changes.
Old sitiuation - ISF is only shown converted after a new loop
original state ISF
after unit change, no new loop
after new loop
After change, ISF is immediatly converted after changing units on phone. As it can be seen the popup still shows units from last loop, watch already has ISF converted.
Describe the bug
in determine-basal starting at
trio-oref/lib/determine-basal/determine-basal.js
Line 1552 in d1dfb70
Expected behavior
All oref results should be passed in mg/dL and only the rT.reason should contain converted glucose related variables. In Trio those values would be saved in mg/dL and the conversion if needed would be done in Trio. Therefore no additional Loop is needed after changing glucose unit.
Additional context
fix would need an oref and trio PR for:
I am not sure though whether 2 & 3 are needed in Trio.
The text was updated successfully, but these errors were encountered: