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;
|
} else if (trials == -1 || trials++ >=5) break;
|
||||||
Thread.sleep(200);
|
Thread.sleep(200);
|
||||||
}
|
}
|
||||||
|
bolusingEvent.percent = 100;
|
||||||
|
MainApp.bus().post(bolusingEvent);
|
||||||
readHistory();
|
readHistory();
|
||||||
fetchStatus();
|
fetchStatus();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
Loading…
Reference in a new issue