summaryrefslogtreecommitdiff
path: root/dexcom_reader/dexcom_dumper.py
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2017-01-26 09:33:51 +0000
committerAndrew Cady <d@jerkface.net>2017-01-26 13:04:13 +0000
commit896265b0b523014ea4b4105e3fe87bdc234e8b62 (patch)
tree4d1a407b7609862680f3cd58077adfa10403d14d /dexcom_reader/dexcom_dumper.py
parente67c8d619d062c61a86f6b2014e9218c6ee5d923 (diff)
bugfix: EGVRecord.noise() to use self.full_trend()
The method EGVRecord.full_trend() is implemented differently on the Dexcom G5. It returns self.data[12] instead of self.data[3]. EGVRecord.noise() had used self.data[3] directly instead of calling self.full_trend(), causing this exception when connecting to a G5 receiver: TypeError: ord() expected string of length 1, but int found I can only assume that this is correct.
Diffstat (limited to 'dexcom_reader/dexcom_dumper.py')
0 files changed, 0 insertions, 0 deletions