diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2016-06-19 18:02:31 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2016-06-19 18:02:31 +0200 |
commit | 4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8 (patch) | |
tree | e0552524a10677360f205e992905805f6afc69c7 /README | |
parent | otverio2015: fix date/time handling, which was broken outside of UTC. (diff) | |
download | glucometerutils-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 '')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |