summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-12-11 21:40:22 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-12-11 21:40:22 +0100
commitd5a7b4dddd5ea0a05206e38f44efdd866284b29c (patch)
treedcbd564542962068143ba878b862ed1a99f809ae
parentClean up the code to remove methods that should be functions and imports. (diff)
downloadglucometerutils-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--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index 8bca7d7..bce31aa 100644
--- a/README
+++ b/README
@@ -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
-----------