do not pass DIA to SMB determine_basal
This commit is contained in:
parent
4ff09a0125
commit
8219332a2c
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ public class DetermineBasalAdapterSMBJS {
|
||||||
mProfile = new JSONObject();
|
mProfile = new JSONObject();
|
||||||
|
|
||||||
mProfile.put("max_iob", maxIob);
|
mProfile.put("max_iob", maxIob);
|
||||||
mProfile.put("dia", profile.getDia());
|
//mProfile.put("dia", profile.getDia());
|
||||||
mProfile.put("type", "current");
|
mProfile.put("type", "current");
|
||||||
mProfile.put("max_daily_basal", profile.getMaxDailyBasal());
|
mProfile.put("max_daily_basal", profile.getMaxDailyBasal());
|
||||||
mProfile.put("max_basal", maxBasal);
|
mProfile.put("max_basal", maxBasal);
|
||||||
|
|
Loading…
Reference in a new issue