summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/otverioiq.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* format code with blackBen2020-03-081-55/+49
* factor out common driver methodsBen2020-02-181-16/+3
* Bugfix: get current time within the functionBen2020-02-181-1/+4
* 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
* Fix most of the pylint output, and hide away some that is not needed.Diego Elio Pettenò2018-12-121-1/+1
* Don't fold the command prefix into the LifeScanPacket.Diego Elio Pettenò2018-11-161-18/+19
* SymmetricMapping was renamed to MappingArkadiusz Bulski2018-03-171-1/+1
* construct code fixed improper embeddingArkadiusz Bulski2018-03-171-3/+3
* otverioiq: remove untested marking and list supported features.Diego Elio Pettenò2018-01-071-3/+9
* otverioiq: zero log is tested, it works.Diego Elio Pettenò2018-01-071-1/+1
* otverioiq: fix up set_datetime method.Diego Elio Pettenò2018-01-071-2/+4
* otverioiq: fix definition of the reading response, fix get_reading_count method.Diego Elio Pettenò2018-01-071-5/+3
* otverioiq: fix up a couple of syntax errors, and update baud rate.Diego Elio Pettenò2018-01-071-3/+3
* otverioiq: fix up syntax.Diego Elio Pettenò2018-01-071-6/+4
* otverioiq: fix typo.Diego Elio Pettenò2018-01-071-1/+1
* otverioiq: implement full parsing of the response structure.Diego Elio Pettenò2018-01-071-3/+19
* otverioiq: link-control is not used.Diego Elio Pettenò2018-01-071-1/+1
* lifescan binary protocol: factor out _COMMAND_SUCCESS.Diego Elio Pettenò2018-01-071-9/+9
* otverioiq: update version and serial number requests.Diego Elio Pettenò2018-01-061-2/+4
* lifescan binary protocol: make the packet generator a function.Diego Elio Pettenò2018-01-061-9/+12
* otverioiq: add totally untested driver.Diego Elio Pettenò2018-01-061-0/+194