Enable isRefillingCapable
This commit is contained in:
parent
6a12b0a931
commit
b3c0daaeae
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public class InsightPumpPlugin implements PluginBase, PumpInterface {
|
|||
pumpDescription.basalStep = 0.01d;
|
||||
pumpDescription.basalMinimumRate = 0.02d;
|
||||
|
||||
pumpDescription.isRefillingCapable = false;
|
||||
pumpDescription.isRefillingCapable = true;
|
||||
//pumpDescription.storesCarbInfo = false; // uncomment when PumpDescription updated to include this
|
||||
|
||||
this.connector = Connector.get();
|
||||
|
|
Loading…
Reference in a new issue