Final bolusing event
This commit is contained in:
parent
0c93679ed2
commit
68f4a20c2b
|
@ -565,6 +565,8 @@ public class LocalInsightPlugin extends PluginBase implements PumpInterface, Con
|
|||
} else if (trials == -1 || trials++ >=5) break;
|
||||
Thread.sleep(200);
|
||||
}
|
||||
bolusingEvent.percent = 100;
|
||||
MainApp.bus().post(bolusingEvent);
|
||||
readHistory();
|
||||
fetchStatus();
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Reference in a new issue