index
:
anonymous/glucometerutils
experimental-bazel-test
experimental-construct-freestyle
main
mergify/Flameeyes/config-update
Unnamed repository; edit this file 'description' to name the repository.
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
glucometerutils
/
drivers
/
otverio2015.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lifescan_binary_protocol: factor out glucose unit mappings.
Diego Elio Pettenò
2018-01-06
1
-7
/
+1
*
lifescan_binary_protocol: create a new module to support LifeScan drivers.
Diego Elio Pettenò
2018-01-06
1
-28
/
+10
*
otverio2015: reorder functions to match otultraeasy.
Diego Elio Pettenò
2018-01-01
1
-5
/
+5
*
otverio2015: rewrite using construct.
Diego Elio Pettenò
2018-01-01
1
-220
/
+216
*
Use Python3 Enum class for meal flags.
Diego Elio Pettenò
2017-12-28
1
-3
/
+3
*
Use Python3 Enum class for glucose units.
Diego Elio Pettenò
2017-12-28
1
-2
/
+2
*
common: rename Reading class into GlucoseReading class
Samuel Martin
2017-09-25
1
-1
/
+1
*
otverio2015: fix _MEAL_CODES map.
Diego Elio Pettenò
2017-09-13
1
-3
/
+3
*
otverio2015: expose pre-/post-meal flags for Select Plus devices.
Diego Elio Pettenò
2017-09-13
1
-7
/
+15
*
otverio2015: fix readings on Select Plus readers (Issue #22).
Diego Elio Pettenò
2017-09-13
1
-3
/
+4
*
otverio2015: add debug logging to help track Issue #22.
Diego Elio Pettenò
2017-09-13
1
-2
/
+8
*
All drivers: move documentation of features from README to docstring.
Diego Elio Pettenò
2017-04-17
1
-0
/
+13
*
all drivers: make --device optional at the tool level.
Diego Elio Pettenò
2017-04-15
1
-0
/
+5
*
Open OneTouch Verio devices in readwrite mode by default.
Red Daly
2017-01-20
1
-1
/
+1
*
Update copyrights, cleanup whitespace where needed.
Diego Elio Pettenò
2017-01-16
1
-3
/
+3
*
LifeScan devices: move lifescan_common to the support directory.
Diego Elio Pettenò
2017-01-16
1
-13
/
+13
*
Wrap the meter information to a namedtuple, instead of a string.
Diego Elio Pettenò
2017-01-15
1
-11
/
+7
*
otverio2015: fix date/time handling, which was broken outside of UTC.
Diego Elio Pettenò
2016-05-21
1
-1
/
+1
*
otverio2015: implement proper glucose unit identification.
Diego Elio Pettenò
2016-05-21
1
-3
/
+22
*
Move the InvalidChecksum exception to the base exceptions module.
Diego Elio Pettenò
2016-03-02
1
-2
/
+1
*
otverio2015: new driver for OneTouch Verio (2015) and similar devices.
Diego Elio Pettenò
2016-02-14
1
-0
/
+226