Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop always shows error notification when bolusing with 515 pump #415

Open
didimoraffo opened this issue Jun 27, 2018 · 1 comment
Open

Comments

@didimoraffo
Copy link

Since rileylink_ios 1.2.2 (or 1.2.1) Loop returns an error when bolusing with my 515 because of the following code on MinimedKit/PumpModel.swift

  • // On x15 models, a bolus in progress error is returned when bolusing, even though the bolus succeeds
  • public var returnsErrorOnBolus: Bool {
  •    return generation == 15
    
  • }

But if a run Get Pump Status during Bolus, the pump returns the status correctly (bolusing= true) and does not return an error.

I built with 'return false' on this method and do not get any error with Loop 1.5.6.

@Kdisimone
Copy link
Contributor

Already a known issue being tracked over in Loop. LoopKit/Loop#587

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants