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

Update Parser to handle use of Type 7 getStatus commands for DASH #4

Merged
merged 13 commits into from
Dec 8, 2024

Conversation

marionbarker
Copy link
Owner

@marionbarker marionbarker commented Dec 5, 2024

As explained in this comment for OmniBLE PR 138, the DASH PDM uses the Type 7 getStatus commands for DASH almost exclusively. This usage will be incorporated in the OmniBLE repository when PR 138 is merged.

The parser is updated to distinguish and count the instances of 0x0e00 and 0x0e07 used by an OS-AID app when controlling the DASH pods as well as other types for 0x0e commands. This is useful while testing PR 138 because it handles the type 0 and type 7 instances separately in terms of msgMeaning and counting the number of each type.

While modifying the parser to handle 0x0e07 commands, fix a few other items that have been hanging around:

  • modify the description to be "App Sent" instead of "Loop Sent"
  • modify the description for DASH zero temp basal rates to be 0.00 U/hr (the actual command for DASH is 0.02 U/hr to enable a zero temp)
  • update units to be U or U/hr (not u or u/hr)
  • update some formatting for tables
  • add information about sent vs received for FAX (aka Trio) files

@marionbarker marionbarker merged commit 7e52af1 into main Dec 8, 2024
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

Successfully merging this pull request may close these issues.

1 participant