diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2013-12-11 21:40:22 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2013-12-11 21:40:22 +0100 |
commit | d5a7b4dddd5ea0a05206e38f44efdd866284b29c (patch) | |
tree | dcbd564542962068143ba878b862ed1a99f809ae | |
parent | Clean up the code to remove methods that should be functions and imports. (diff) | |
download | glucometerutils-d5a7b4dddd5ea0a05206e38f44efdd866284b29c.tar glucometerutils-d5a7b4dddd5ea0a05206e38f44efdd866284b29c.tar.gz glucometerutils-d5a7b4dddd5ea0a05206e38f44efdd866284b29c.tar.bz2 glucometerutils-d5a7b4dddd5ea0a05206e38f44efdd866284b29c.tar.lz glucometerutils-d5a7b4dddd5ea0a05206e38f44efdd866284b29c.tar.xz glucometerutils-d5a7b4dddd5ea0a05206e38f44efdd866284b29c.tar.zst glucometerutils-d5a7b4dddd5ea0a05206e38f44efdd866284b29c.zip |
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -8,6 +8,26 @@ While right now only supports my glucometer (LifeScan OneTouch Ultra 2), I've tried designing it so that it can be extended and used for other models as well. +Dump format +----------- + +The `dump` action by default will output CSV-compatible format, with the +following fields: + + * date and time; + * meter reading value; + * before/after meal information, if known; + * comment provided with the reading, if any. + +Meal and comment information is provided by the meters supporting the +information. In the future, meal information could be guessed based on the time +of the reading. + +The unit format used by the dump by default matches what the meter reports as +its display unit, which might differ from the one used by the meter for internal +representation and wire protocol. You can override the display unit with +`--unit`. + Development ----------- |