summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2017-01-16 23:09:47 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2017-01-16 23:09:47 +0100
commit94d6984d2ce2a176a411c34e10aa2e7e03a096f2 (patch)
treeab3ccb737afc21d96366ac10d2f591f119f750b8
parentLifeScan devices: move lifescan_common to the support directory. (diff)
downloadglucometerutils-94d6984d2ce2a176a411c34e10aa2e7e03a096f2.tar
glucometerutils-94d6984d2ce2a176a411c34e10aa2e7e03a096f2.tar.gz
glucometerutils-94d6984d2ce2a176a411c34e10aa2e7e03a096f2.tar.bz2
glucometerutils-94d6984d2ce2a176a411c34e10aa2e7e03a096f2.tar.lz
glucometerutils-94d6984d2ce2a176a411c34e10aa2e7e03a096f2.tar.xz
glucometerutils-94d6984d2ce2a176a411c34e10aa2e7e03a096f2.tar.zst
glucometerutils-94d6984d2ce2a176a411c34e10aa2e7e03a096f2.zip
-rw-r--r--README6
-rw-r--r--glucometerutils/drivers/fsoptium.py (renamed from glucometerutils/drivers/freestyle_optium.py)0
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 2bbbf4c..4d311fb 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ information on each of the devices.
| LifeScan | OneTouch Ultra Mini | `otultraeasy` |
| LifeScan | OneTouch Verio (USB) | `otverio2015` |
| LifeScan | OneTouch Select Plus | `otverio2015` |
-| Abbott | FreeStyle Optium | `freestyle_optium` |
+| Abbott | FreeStyle Optium | `fsoptium` |
| Roche | Accu-Chek Mobile | `accuchek_reports` |
| SD Biosensor | SD CodeFree | `sdcodefree` |
@@ -39,7 +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 |
-| `freestyle_optium` | serialno, swver, unit | get and set | not supported by device | not supported by device |
+| `fsoptium` | serialno, swver, unit | get and set | not supported by device | not supported by device |
| `accuchek_reports` | serialno, unit | no | yes | not supported by device |
| `sdcodefree` | none | set only | pre-/post-meal notes | not supported by device |
@@ -50,7 +50,7 @@ information on each of the devices.
| `otultra2` | [pyserial] |
| `otultraeasy` | [pyserial] |
| `otverio2015` | [python-scsi] |
-| `freestyle_optium` | [pyserial] |
+| `fsoptium` | [pyserial] |
| `sdcodefree` | [pyserial] |
[pyserial]: https://pythonhosted.org/pyserial/
diff --git a/glucometerutils/drivers/freestyle_optium.py b/glucometerutils/drivers/fsoptium.py
index 0b20946..0b20946 100644
--- a/glucometerutils/drivers/freestyle_optium.py
+++ b/glucometerutils/drivers/fsoptium.py