summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/otverio2015.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update typing to PEP 585 style.Diego Elio Pettenò2023-08-031-2/+3
* Update pre-commit plugins to the latest versions as of today.Diego Elio Pettenò2020-09-071-3/+6
* Make use of modern Python ordered kwargs.Svetlana Pantelejeva2020-08-021-23/+23
* Rename driver.GlucometerDriver to driver.GlucometerDevice.Diego Elio Pettenò2020-04-091-1/+1
* Move driver_base to glucometerutils.driver instead.Diego Elio Pettenò2020-04-091-3/+3
* Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò2020-03-271-0/+1
* The big typing cleanup.Diego Elio Pettenò2020-03-271-16/+26
* Fix errors identified by flake8.Diego Elio Pettenò2020-03-261-1/+1
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-3/+4
* format code with blackBen2020-03-081-66/+57
* factor out common driver methodsBen2020-02-181-8/+4
* Bugfix: get current time within the functionBen2020-02-181-1/+4
* Use the new website URL for glucometer-protocols.Diego Elio Pettenò2019-09-021-1/+1
* Add type: ignore comments when using lifescan_binary_protocol.Timestamp.Diego Elio Pettenò2019-09-011-3/+3
* Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò2019-02-081-5/+2
* Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò2019-02-081-1/+1
* otverio2015: fix string parsing to include the full prefix.Diego Elio Pettenò2018-12-191-5/+2
* Fix most of the pylint output, and hide away some that is not needed.Diego Elio Pettenò2018-12-121-3/+3
* otverio2015: fix one remaining entry referencing the now-gone COMMAND_SUCCESS constant.Diego Elio Pettenò2018-12-121-1/+1
* Don't fold the command prefix into the LifeScanPacket.Diego Elio Pettenò2018-11-161-13/+16
* CString supports UTF-16/32-LE/BEArkadiusz Bulski2018-03-171-2/+1
* SymmetricMapping was renamed to MappingArkadiusz Bulski2018-03-171-1/+1
* construct code fixed improper embeddingArkadiusz Bulski2018-03-171-5/+5
* lifescan binary protocol: factor out _COMMAND_SUCCESS.Diego Elio Pettenò2018-01-071-9/+8
* lifescan binary protocol: make the packet generator a function.Diego Elio Pettenò2018-01-061-11/+10
* lifescan_binary_protocol: factor out glucose unit mappings.Diego Elio Pettenò2018-01-061-7/+1
* lifescan_binary_protocol: create a new module to support LifeScan drivers.Diego Elio Pettenò2018-01-061-28/+10
* otverio2015: reorder functions to match otultraeasy.Diego Elio Pettenò2018-01-011-5/+5
* otverio2015: rewrite using construct.Diego Elio Pettenò2018-01-011-220/+216
* 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