-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Consistent error codes #738
Conversation
…PDM - fixing an off-by-one issue in parsing the raw bytes
@jweismann Would you mind adding a comment on this PR to state you agree to the Tidepool Contributor License Agreement? See the following for how to go about doing this: https://developer.tidepool.org/contributors/ |
@gniezen I agree to the Tidepool Contributor License Agreement. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I'll see if I can merge this into the next release.
PR is now successfully passing CI checks after #772 was merged, where we now avoid forked builds but still allow units tests and linting to run. This PR should be merged together with new OmniPod Dash work (see linked Trello card), so that it can be tested together. |
I noticed an inconsistency in the error-codes shown on the PDM and the ones recorded in the data object of the IBF parser. It seems to be an off-by-one issue that is fixed by a tiny change in the field format.
Thanks a lot for sharing the source code for this extremely valuable IBF parser.
Cheers