summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/otverio2015.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use Python3 Enum class for meal flags.Diego Elio Pettenò2017-12-281-3/+3
* Use Python3 Enum class for glucose units.Diego Elio Pettenò2017-12-281-2/+2
* common: rename Reading class into GlucoseReading classSamuel Martin2017-09-251-1/+1
* otverio2015: fix _MEAL_CODES map.Diego Elio Pettenò2017-09-131-3/+3
* otverio2015: expose pre-/post-meal flags for Select Plus devices.Diego Elio Pettenò2017-09-131-7/+15
* otverio2015: fix readings on Select Plus readers (Issue #22).Diego Elio Pettenò2017-09-131-3/+4
* otverio2015: add debug logging to help track Issue #22.Diego Elio Pettenò2017-09-131-2/+8
* All drivers: move documentation of features from README to docstring.Diego Elio Pettenò2017-04-171-0/+13
* all drivers: make --device optional at the tool level.Diego Elio Pettenò2017-04-151-0/+5
* Open OneTouch Verio devices in readwrite mode by default.Red Daly2017-01-201-1/+1
* Update copyrights, cleanup whitespace where needed.Diego Elio Pettenò2017-01-161-3/+3
* LifeScan devices: move lifescan_common to the support directory.Diego Elio Pettenò2017-01-161-13/+13
* Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò2017-01-151-11/+7
* otverio2015: fix date/time handling, which was broken outside of UTC.Diego Elio Pettenò2016-05-211-1/+1
* otverio2015: implement proper glucose unit identification.Diego Elio Pettenò2016-05-211-3/+22
* Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò2016-03-021-2/+1
* otverio2015: new driver for OneTouch Verio (2015) and similar devices.Diego Elio Pettenò2016-02-141-0/+226