summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/fslibre.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial import of FreeStyle Libre 2 driver.Diego Elio Pettenò2023-08-031-235/+4
* freestyle: use freestyle-hid 1.0.2 encoding parameter.Diego Elio Pettenò2021-03-031-1/+1
* fslibre: add a debug log for the retrieved arresults.Diego Elio Pettenò2021-03-011-0/+2
* fslibre: don't drop the first and last characters of the comment.Diego Elio Pettenò2021-03-011-1/+1
* Update pre-commit plugins to the latest versions as of today.Diego Elio Pettenò2020-09-071-1/+4
* 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-15/+24
* Make HID support a "session" class rather than a base class.Diego Elio Pettenò2020-03-221-5/+6
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-14/+10
* format code with blackBen2020-03-081-95/+89
* factor out common driver methodsBen2020-02-181-2/+1
* fslibre: add support for factory resetting FreeStyle Libre device.Diego Elio Pettenò2019-09-081-1/+5
* Use the new website URL for glucometer-protocols.Diego Elio Pettenò2019-09-021-1/+1
* Replace the device_id attribute with a more generic extra_data dictionary.Diego Elio Pettenò2019-09-021-3/+5
* add internal device id to glucose measurements (and other entries) to prepare for better sortingBen2019-09-021-3/+8
* Get and set the patient name on supported meters.Diego Elio Pettenò2019-07-071-1/+2
* fslibre: expose patient name if the device knows it.Diego Elio Pettenò2019-07-071-1/+2
* fsprecisionneo: Scale ketone readings to mmol/lAndreas Sandberg2019-05-191-13/+1
* new line at end of .gitignore, rename arresult entry mapBen2019-05-051-2/+2
* add time adjustments to fslibre dumpBen2019-05-051-9/+26
* fslibre: correct the ketone reading.Diego Elio Pettenò2019-03-311-2/+9
* 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
* Use Python3 Enum class for measurement methods.Diego Elio Pettenò2017-12-281-4/+4
* Use Python3 Enum class for glucose units.Diego Elio Pettenò2017-12-281-1/+1
* fslibre: add ketone reading supportSamuel Martin2017-09-251-4/+24
* fslibre: set measure_method when parsing recordsSamuel Martin2017-09-251-2/+7
* common: rename Reading class into GlucoseReading classSamuel Martin2017-09-251-2/+2
* fslibre: fix reading-type commentSamuel Martin2017-09-251-1/+1
* fslibre: fix insulin displaySamuel Martin2017-09-131-4/+4
* Abbott devices: add support for using hidapi library.Diego Elio Pettenò2017-06-031-1/+5
* Fix IndexError and KeyError:Dorian Scholz2017-05-301-5/+9
* All drivers: move documentation of features from README to docstring.Diego Elio Pettenò2017-04-171-1/+13
* fslibre: parse and output the scan and blood tests.Diego Elio Pettenò2017-02-241-19/+137
* fslibre: new driver for Abbott FreeStyle Libre download.Diego Elio Pettenò2017-02-231-0/+73