allow update for insight -> don't alarm
This commit is contained in:
parent
8402dfb9c7
commit
bcbf432236
|
@ -455,7 +455,7 @@ public class InsightPlugin extends PluginBase implements PumpInterface, Constrai
|
||||||
bolusingEvent.bolusId = bolusId;
|
bolusingEvent.bolusId = bolusId;
|
||||||
bolusingEvent.percent = 0;
|
bolusingEvent.percent = 0;
|
||||||
MainApp.bus().post(bolusingEvent);
|
MainApp.bus().post(bolusingEvent);
|
||||||
TreatmentsPlugin.getPlugin().addToHistoryTreatment(detailedBolusInfo, false);
|
TreatmentsPlugin.getPlugin().addToHistoryTreatment(detailedBolusInfo, true);
|
||||||
} else {
|
} else {
|
||||||
log.debug("Failure to deliver treatment");
|
log.debug("Failure to deliver treatment");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue