From 4d44849cfc752cdc9872ab53409a43696edce36e Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 10 Jan 2019 15:03:42 -0500 Subject: add support for Dexcom G5 Mobile and make it default --- dexcom_reader/database_records.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dexcom_reader/database_records.py') diff --git a/dexcom_reader/database_records.py b/dexcom_reader/database_records.py index fa09bea..eb06d88 100644 --- a/dexcom_reader/database_records.py +++ b/dexcom_reader/database_records.py @@ -338,4 +338,7 @@ class G5EGVRecord (EGVRecord): def full_trend(self): return self.data[12] +class G5MobileEGVRecord (EGVRecord): + FORMAT = '<2IHxxxxxxxxxcxxxH' + -- cgit v1.2.3