summaryrefslogtreecommitdiff
path: root/dexcom_reader/readdata.py
AgeCommit message (Collapse)Author
2017-01-26readdata.py: handle empty page ranges correctlyAndrew Cady
2016-12-26readdata.py supports --g5 and --g4 optionsAndrew Cady
2016-12-26new ReadRecords() parameter specifies number of pages of records to readAndrew Cady
2016-05-28attempt unifying G5 support, legacy calsBen West
Try throwing in compatibility layer, if a bit hacky, for everything.
2016-05-28support fetching cal_setBen West
Many thanks to @LorelaiL for putting up with some my remedial questions.
2016-03-15add WriteChargerCurrentSettingBen West
Allows turning off the usb charging.
2016-03-15add support for WriteDisplayTimeOffset: update clock!Ben West
Allow updating clock on the receiver.
2016-03-15read ChargerCurrent settingsBen West
2016-03-14add four more read commandsBen West
2015-10-15Fixed record iteration and readingChris Hannemann
Fixed iteration through record pages Added a test script for meter and insertion records
2015-10-15try reversing identical set of pagesBen West
2015-05-08ditch numpy (unused extra dependency)Ben West
2015-05-01lazy iter over all recordsBen West
Only downloads pages if iterator requires it.
2014-11-24export sensor recordsBen West
2014-05-24prep for installable moduleBen West