autosens log
This commit is contained in:
parent
e8dcf73c83
commit
07c9a21ff9
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ public class Autosens {
|
||||||
pastSensitivity += ">";
|
pastSensitivity += ">";
|
||||||
//console.error(bgTime);
|
//console.error(bgTime);
|
||||||
}
|
}
|
||||||
|
log.debug("TIME: " + new Date(bgTime).toString() + " BG: " + bg + " SENS: " + sens + " DELTA: " + delta + " AVGDELTA: " + avgDelta + " IOB: " + iob.iob + " ACTIVITY: " + iob.activity + " BGI: " + bgi + " DEVIATION: " + deviation);
|
||||||
|
|
||||||
// if bgTime is more recent than mealTime
|
// if bgTime is more recent than mealTime
|
||||||
if (bgTime > mealTime) {
|
if (bgTime > mealTime) {
|
||||||
|
|
Loading…
Reference in a new issue