decoding-carelink icon indicating copy to clipboard operation
decoding-carelink copied to clipboard

ReadPumpStatus(): x12 pumps use 'code = 131' for status, not 'code = 206'

Open dcacklam opened this issue 6 years ago • 0 comments

ReadPumpStatus currently presumes all pumps use code 206 to call for pump status.

The x12/x11 pumps use 131 instead (as per the docs in this project).

Either we need a ReadPumpStatus512 routine (and code in oref0 or openaps to call the right routine based on settings/model.json) or we need to modify ReadPumpStatus to be model aware.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

dcacklam avatar Dec 07 '17 16:12 dcacklam