do not pass DIA to SMB determine_basal

This commit is contained in:
Milos Kozak 2018-03-12 22:23:15 +01:00
parent 4ff09a0125
commit 8219332a2c

View file

@ -220,7 +220,7 @@ public class DetermineBasalAdapterSMBJS {
mProfile = new JSONObject();
mProfile.put("max_iob", maxIob);
mProfile.put("dia", profile.getDia());
//mProfile.put("dia", profile.getDia());
mProfile.put("type", "current");
mProfile.put("max_daily_basal", profile.getMaxDailyBasal());
mProfile.put("max_basal", maxBasal);