fix iob reporting to NS
This commit is contained in:
parent
b0c4f0f655
commit
4a4dc04865
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class IobTotal {
|
||||||
public JSONObject json() {
|
public JSONObject json() {
|
||||||
JSONObject json = new JSONObject();
|
JSONObject json = new JSONObject();
|
||||||
try {
|
try {
|
||||||
json.put("iob", iob + basaliob);
|
json.put("iob", iob);
|
||||||
json.put("basaliob", basaliob);
|
json.put("basaliob", basaliob);
|
||||||
json.put("activity", activity);
|
json.put("activity", activity);
|
||||||
json.put("time", DateUtil.toISOString(new Date()));
|
json.put("time", DateUtil.toISOString(new Date()));
|
||||||
|
|
Loading…
Reference in a new issue