summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2017-01-17 01:28:54 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2017-01-17 01:28:54 +0100
commit154239e52766217ce1c49417102fef51d46b27ba (patch)
treeb32789615f17994a18127d6e855686a9c773560b /README
parentfsprecisionneo: move the version and serial number information to the common support class. (diff)
downloadglucometerutils-154239e52766217ce1c49417102fef51d46b27ba.tar
glucometerutils-154239e52766217ce1c49417102fef51d46b27ba.tar.gz
glucometerutils-154239e52766217ce1c49417102fef51d46b27ba.tar.bz2
glucometerutils-154239e52766217ce1c49417102fef51d46b27ba.tar.lz
glucometerutils-154239e52766217ce1c49417102fef51d46b27ba.tar.xz
glucometerutils-154239e52766217ce1c49417102fef51d46b27ba.tar.zst
glucometerutils-154239e52766217ce1c49417102fef51d46b27ba.zip
Diffstat (limited to '')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index e737508..c635bba 100644
--- a/README
+++ b/README
@@ -26,6 +26,7 @@ information on each of the devices.
| LifeScan | OneTouch Ultra Mini | `otultraeasy` |
| LifeScan | OneTouch Verio (USB) | `otverio2015` |
| LifeScan | OneTouch Select Plus | `otverio2015` |
+| Abbott | FreeStyle InsuLinx | `fsinsulinx` |
| Abbott | FreeStyle Optium | `fsoptium` |
| Abbott | FreeStyle Precision Neo | `fsprecisionneo` |
| Roche | Accu-Chek Mobile | `accuchek_reports` |
@@ -38,6 +39,7 @@ information on each of the devices.
| `otultra2` | serialno, swver, unit | get and set | yes | yes |
| `otultraeasy` | serialno, swver, unit | get and set | not supported by device | yes |
| `otverio2015` | serialno, swver | get and set | no | yes |
+| `fsinsulinx` | serialno, swver | get and set | no | not supported by device |
| `fsoptium` | serialno, swver, unit | get and set | not supported by device | not supported by device |
| `fsprecisionneo` | serialno, swver | get and set | not supported by device | not supported by device |
| `accuchek_reports` | serialno, unit | no | yes | not supported by device |
@@ -51,7 +53,6 @@ information on each of the devices.
| `otultraeasy` | [pyserial] |
| `otverio2015` | [python-scsi] |
| `fsoptium` | [pyserial] |
-| `fsprecisionneo` | |
| `sdcodefree` | [pyserial] |
[pyserial]: https://pythonhosted.org/pyserial/