summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2018-01-07 01:23:45 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2018-01-07 01:24:13 +0100
commit6467d519702341575a0e3e97706ec51265a84ebd (patch)
treebb20905a9d72d4ef1ec9dd1723b4982963b30d19
parentotverioiq: implement full parsing of the response structure. (diff)
downloadglucometerutils-6467d519702341575a0e3e97706ec51265a84ebd.tar
glucometerutils-6467d519702341575a0e3e97706ec51265a84ebd.tar.gz
glucometerutils-6467d519702341575a0e3e97706ec51265a84ebd.tar.bz2
glucometerutils-6467d519702341575a0e3e97706ec51265a84ebd.tar.lz
glucometerutils-6467d519702341575a0e3e97706ec51265a84ebd.tar.xz
glucometerutils-6467d519702341575a0e3e97706ec51265a84ebd.tar.zst
glucometerutils-6467d519702341575a0e3e97706ec51265a84ebd.zip
-rw-r--r--README1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 2e7a460..74c54de 100644
--- a/README
+++ b/README
@@ -37,6 +37,7 @@ supported.
| LifeScan | OneTouch Ultra 2 | `otultra2` | [pyserial] |
| LifeScan | OneTouch Ultra Easy | `otultraeasy` | [construct] [pyserial] |
| LifeScan | OneTouch Ultra Mini | `otultraeasy` | [construct] [pyserial] |
+| LifeScan | OneTouch Verio IQ† | `otverioiq` | [construct] [pyserial] |
| LifeScan | OneTouch Verio (USB) | `otverio2015` | [construct] [python-scsi] |
| LifeScan | OneTouch Select Plus | `otverio2015` | [construct] [python-scsi] |
| Abbott | FreeStyle InsuLinx† | `fsinsulinx` | [construct] [hidapi]‡ |
diff --git a/setup.py b/setup.py
index 212425a..0a9f258 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ setup(
'otultra2': ['pyserial'],
'otultraeasy': ['construct', 'pyserial'],
'otverio2015': ['construct', 'python-scsi'],
+ 'otverioiq': ['construct', 'pyserial'],
'fsinsulinx': ['construct', 'hidapi'],
'fslibre': ['construct', 'hidapi'],
'fsoptium': ['pyserial'],