fix iob reporting to NS

This commit is contained in:
Milos Kozak 2016-11-08 10:29:24 +01:00
parent b0c4f0f655
commit 4a4dc04865

View file

@ -64,7 +64,7 @@ public class IobTotal {
public JSONObject json() {
JSONObject json = new JSONObject();
try {
json.put("iob", iob + basaliob);
json.put("iob", iob);
json.put("basaliob", basaliob);
json.put("activity", activity);
json.put("time", DateUtil.toISOString(new Date()));