Don't read pump TBR history.

This commit is contained in:
Johannes Mockenhaupt 2018-01-28 22:33:05 +01:00
parent cd7af6c5fe
commit eb7ec24335
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -1017,7 +1017,7 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
void readAllPumpData() {
readHistory(new PumpHistoryRequest()
.bolusHistory(PumpHistoryRequest.FULL)
.tbrHistory(PumpHistoryRequest.FULL)
// .tbrHistory(PumpHistoryRequest.FULL)
.pumpErrorHistory(PumpHistoryRequest.FULL)
.tddHistory(PumpHistoryRequest.FULL)
);