summaryrefslogtreecommitdiffstats
path: root/glucometer.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-16Update copyrights, cleanup whitespace where needed.Diego Elio Pettenò1-1/+1
2017-01-15Move the readings-to-csv conversion to the Reading class.Diego Elio Pettenò1-3/+1
2017-01-15Fetch the device information in all commands.Diego Elio Pettenò1-4/+6
2017-01-15Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò1-1/+5
2014-01-29Add connect/disconnect methods to otultra2 and send \x11\r on connection.Diego Elio Pettenò1-0/+4
2013-12-14Add confirmation prompt to zero log argumentjimsiff1-2/+7
2013-12-11Clean up the code to remove methods that should be functions and imports.Diego Elio Pettenò1-1/+0
2013-12-11Allow sorting the dumped data; sort by date by default.Diego Elio Pettenò1-1/+11
2013-12-11glucometer.py: if no unit is provided on command line, use the default of the meter.Diego Elio Pettenò1-1/+5
2013-12-11Generalise the meal/comment handling to the Reading object.Diego Elio Pettenò1-2/+3
2013-12-08Better error handling.Diego Elio Pettenò1-21/+23
2013-12-08Add a new command to dump the identification of the glucometer.Diego Elio Pettenò1-4/+8
2013-12-08otultra2: implement a zero log command to clear a device's memory.Diego Elio Pettenò1-0/+9
2013-12-08otultra2: implement decoding of meal and comment codes.Diego Elio Pettenò1-1/+2
2013-09-29Read more data out of the OTUltra2 dump lines. Return data in a Reading object.Diego Elio Pettenò1-2/+2
2013-08-04glucometer: allow providing a freeform arbitrary date to set on the meter.Diego Elio Pettenò1-2/+10
2013-08-03glucometer: mark executable.Diego Elio Pettenò1-0/+0
2013-08-03Relicense everything under MIT license.Diego Elio Pettenò1-1/+1
2013-08-03glucometer: remove unused argv usage.Diego Elio Pettenò1-2/+1
2013-08-03Update function names to follow PEP8.Diego Elio Pettenò1-3/+3
2013-08-03Add utf-8 encoding specification to all files.Diego Elio Pettenò1-0/+1
2013-08-03glucometer: add support for selecting output units on dump.Diego Elio Pettenò1-1/+4
2013-08-03glucometer: fix script to actually work and provide actions.Diego Elio Pettenò1-2/+13