summaryrefslogtreecommitdiffstats
path: root/glucometerutils/support/freestyle.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make HID support a "session" class rather than a base class.Diego Elio Pettenò2020-03-221-71/+92
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-8/+4
* format code with blackBen2020-03-081-67/+80
* FreeStyle: fix keepalive message handling for non-Libre devices.Diego Elio Pettenò2020-03-061-1/+1
* Fix typo.Diego Elio Pettenò2020-03-061-2/+2
* factor out common driver methodsBen2020-02-181-10/+6
* Bugfix: get current time within the functionBen2020-02-181-1/+3
* freestyle: add some (rough) support for encrypted messages.Diego Elio Pettenò2020-01-251-17/+80
* freestyle: raise exceptions if a command returned an error state.Diego Elio Pettenò2020-01-251-0/+7
* freestyle: simplify the code for initialization further.Diego Elio Pettenò2020-01-251-9/+3
* freestyle: only send command 0x01 to initialize the device.Diego Elio Pettenò2020-01-241-1/+1
* Remove try/except around typing imports.Diego Elio Pettenò2019-09-241-5/+1
* freestyle: fix return type for empty log.Diego Elio Pettenò2019-09-211-1/+1
* freestyle devices: don't error out if there are no readings.Diego Elio Pettenò2019-09-081-0/+4
* Use the new website URL for glucometer-protocols.Diego Elio Pettenò2019-09-021-5/+4
* FreeStyle devices: don't error out for non-ASCII patient names.Diego Elio Pettenò2019-07-301-15/+27
* Get and set the patient name on supported meters.Diego Elio Pettenò2019-07-071-0/+9
* fslibre: expose patient name if the device knows it.Diego Elio Pettenò2019-07-071-1/+8
* Introduce an explicit InvalidDateTime exception for meters with unset time.Diego Elio Pettenò2019-07-011-1/+7
* fsprecisionneo: Scale ketone readings to mmol/lAndreas Sandberg2019-05-191-0/+10
* freestyle support: restore correct order of parameters.Diego Elio Pettenò2019-05-161-1/+1
* Bug fix: incorrect argument order in call to construct.Const.André Caldas2019-05-051-1/+1
* 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-3/+2
* Sprinkle more type annotations throughout the codebase.Diego Elio Pettenò2018-12-121-0/+14
* Experimentally start adding type annotations, and mypy configs.Diego Elio Pettenò2018-12-121-4/+4
* freestyle support: add debug logging of commands sent and received.Diego Elio Pettenò2018-03-171-0/+4
* construct-code is (almost) uptodateArkadiusz Bulski2018-03-171-1/+1
* freestyle: rename miscopied constant name.Diego Elio Pettenò2017-12-301-2/+2
* freestyle: replace the custom struct and bytemangling with construct.Diego Elio Pettenò2017-12-281-8/+11
* freestyle: add some debugging information.Diego Elio Pettenò2017-06-151-0/+3
* Add a ne support class for HID-based devices.Diego Elio Pettenò2017-06-041-36/+4
* Abbott devices: add support for using hidapi library.Diego Elio Pettenò2017-06-031-6/+29
* Fix encoding info and add missing __init__.py fileDorian Scholz2017-05-301-0/+1
* all drivers: make --device optional at the tool level.Diego Elio Pettenò2017-04-151-0/+5
* freestyle: error out if hidraw device does not exist.Diego Elio Pettenò2017-01-171-0/+4
* fsprecisionneo: move the version and serial number information to the common support class.Diego Elio Pettenò2017-01-171-0/+8
* freestyle: improve error message on command failure, fix comment.Diego Elio Pettenò2017-01-171-2/+2
* freestyle: raise NotImplementedError when trying to zero-log.Diego Elio Pettenò2017-01-171-0/+4
* fsprecisionneo: add support for setting date and time.Diego Elio Pettenò2017-01-171-15/+29
* Update copyrights, cleanup whitespace where needed.Diego Elio Pettenò2017-01-161-0/+5
* Add new driver for the Abbott FreeStyle Precision Neo.Diego Elio Pettenò2017-01-161-0/+192