summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2016-06-19 18:02:31 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2016-06-19 18:02:31 +0200
commit4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8 (patch)
treee0552524a10677360f205e992905805f6afc69c7 /README
parentotverio2015: fix date/time handling, which was broken outside of UTC. (diff)
downloadglucometerutils-4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8.tar
glucometerutils-4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8.tar.gz
glucometerutils-4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8.tar.bz2
glucometerutils-4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8.tar.lz
glucometerutils-4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8.tar.xz
glucometerutils-4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8.tar.zst
glucometerutils-4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8.zip
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 161c94c..e1fba69 100644
--- a/README
+++ b/README
@@ -30,6 +30,7 @@ information on each of the devices.
| LifeScan | OneTouch Select Plus | `otverio2015` |
| Abbott | FreeStyle Optium | `freestyle_optium` |
| Roche | Accu-Chek Mobile | `accuchek_reports` |
+| SD Biosensor | SD CodeFree | `sdcodefree` |
### Driver features
@@ -40,6 +41,7 @@ information on each of the devices.
| `otverio2015` | serialno, swver | get and set | no | yes |
| `freestyle_optium` | 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 | get | pre-/post-meal notes | not supported by device |
### Driver dependencies
@@ -49,6 +51,7 @@ information on each of the devices.
| `otultraeasy` | [pyserial] |
| `otverio2015` | [python-scsi] |
| `freestyle_optium` | [pyserial] |
+| `sdcodefree` | [pyserial] |
[pyserial]: https://pythonhosted.org/pyserial/
[python-scsi]: https://github.com/rosjat/python-scsi