summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/otverio2015.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-03Update typing to PEP 585 style.Diego Elio Pettenò1-2/+3
2020-09-07Update pre-commit plugins to the latest versions as of today.Diego Elio Pettenò1-3/+6
2020-08-02Make use of modern Python ordered kwargs.Svetlana Pantelejeva1-23/+23
2020-04-09Rename driver.GlucometerDriver to driver.GlucometerDevice.Diego Elio Pettenò1-1/+1
2020-04-09Move driver_base to glucometerutils.driver instead.Diego Elio Pettenò1-3/+3
2020-03-27Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò1-0/+1
2020-03-27The big typing cleanup.Diego Elio Pettenò1-16/+26
2020-03-26Fix errors identified by flake8.Diego Elio Pettenò1-1/+1
2020-03-14Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò1-3/+4
2020-03-08format code with blackBen1-66/+57
2020-02-18factor out common driver methodsBen1-8/+4
2020-02-18Bugfix: get current time within the functionBen1-1/+4
2019-09-02Use the new website URL for glucometer-protocols.Diego Elio Pettenò1-1/+1
2019-09-01Add type: ignore comments when using lifescan_binary_protocol.Timestamp.Diego Elio Pettenò1-3/+3
2019-02-08Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò1-5/+2
2019-02-08Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò1-1/+1
2018-12-19otverio2015: fix string parsing to include the full prefix.Diego Elio Pettenò1-5/+2
2018-12-12Fix most of the pylint output, and hide away some that is not needed.Diego Elio Pettenò1-3/+3
2018-12-12otverio2015: fix one remaining entry referencing the now-gone COMMAND_SUCCESS constant.Diego Elio Pettenò1-1/+1
2018-11-16Don't fold the command prefix into the LifeScanPacket.Diego Elio Pettenò1-13/+16
2018-03-17CString supports UTF-16/32-LE/BEArkadiusz Bulski1-2/+1
2018-03-17SymmetricMapping was renamed to MappingArkadiusz Bulski1-1/+1
2018-03-17construct code fixed improper embeddingArkadiusz Bulski1-5/+5
2018-01-07lifescan binary protocol: factor out _COMMAND_SUCCESS.Diego Elio Pettenò1-9/+8
2018-01-06lifescan binary protocol: make the packet generator a function.Diego Elio Pettenò1-11/+10
2018-01-06lifescan_binary_protocol: factor out glucose unit mappings.Diego Elio Pettenò1-7/+1
2018-01-06lifescan_binary_protocol: create a new module to support LifeScan drivers.Diego Elio Pettenò1-28/+10
2018-01-01otverio2015: reorder functions to match otultraeasy.Diego Elio Pettenò1-5/+5
2018-01-01otverio2015: rewrite using construct.Diego Elio Pettenò1-220/+216
2017-12-28Use Python3 Enum class for meal flags.Diego Elio Pettenò1-3/+3
2017-12-28Use Python3 Enum class for glucose units.Diego Elio Pettenò1-2/+2
2017-09-25common: rename Reading class into GlucoseReading classSamuel Martin1-1/+1
2017-09-13otverio2015: fix _MEAL_CODES map.Diego Elio Pettenò1-3/+3
2017-09-13otverio2015: expose pre-/post-meal flags for Select Plus devices.Diego Elio Pettenò1-7/+15
2017-09-13otverio2015: fix readings on Select Plus readers (Issue #22).Diego Elio Pettenò1-3/+4
2017-09-13otverio2015: add debug logging to help track Issue #22.Diego Elio Pettenò1-2/+8
2017-04-17All drivers: move documentation of features from README to docstring.Diego Elio Pettenò1-0/+13
2017-04-15all drivers: make --device optional at the tool level.Diego Elio Pettenò1-0/+5
2017-01-20Open OneTouch Verio devices in readwrite mode by default.Red Daly1-1/+1
2017-01-16Update copyrights, cleanup whitespace where needed.Diego Elio Pettenò1-3/+3
2017-01-16LifeScan devices: move lifescan_common to the support directory.Diego Elio Pettenò1-13/+13
2017-01-15Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò1-11/+7
2016-05-21otverio2015: fix date/time handling, which was broken outside of UTC.Diego Elio Pettenò1-1/+1
2016-05-21otverio2015: implement proper glucose unit identification.Diego Elio Pettenò1-3/+22
2016-03-02Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò1-2/+1
2016-02-14otverio2015: new driver for OneTouch Verio (2015) and similar devices.Diego Elio Pettenò1-0/+226