Merge pull request #666 from MilosKozak/AdrianLxM-VPdefault
Don't enable Insight by default
This commit is contained in:
commit
0c0f68d510
|
@ -84,8 +84,8 @@ public class InsightPumpPlugin implements PluginBase, PumpInterface {
|
|||
private long statusResultTime = -1;
|
||||
private Date lastDataTime = new Date(0);
|
||||
private TaskRunner taskRunner;
|
||||
private boolean fragmentEnabled = true;
|
||||
private boolean fragmentVisible = true;
|
||||
private boolean fragmentEnabled = false;
|
||||
private boolean fragmentVisible = false;
|
||||
private boolean fauxTBRcancel = true;
|
||||
private PumpDescription pumpDescription = new PumpDescription();
|
||||
private double basalRate = 0;
|
||||
|
|
Loading…
Reference in a new issue