Final bolusing event

This commit is contained in:
TebbeUbben 2019-01-27 16:40:56 +01:00
parent 0c93679ed2
commit 68f4a20c2b

View file

@ -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) {