Skip to content

Commit

Permalink
stub out OP36, seems to be some kind of reboot/test/flash command
Browse files Browse the repository at this point in the history
  • Loading branch information
bewest committed Apr 16, 2014
1 parent 4aa5c84 commit 94f65c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions decocare/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,9 @@ class ReadOldTraceAlarm (PumpCommand):
maxRecords = 16
code = 167

# MMPump???/ CMD_????? 36 0x24 ('$') ??
class PumpExperimentSelfCheck_OP36 (PumpCommand):
code = 36
# MMX22/ CMD_WRITE_GLUCOSE_HISTORY_TIMESTAMP 40 0x28 ('(') ??
class WriteGlucoseHistoryTimestamp (PumpCommand):
code = 40
Expand Down

0 comments on commit 94f65c9

Please sign in to comment.