Enable isRefillingCapable

This commit is contained in:
Jamorham 2018-02-01 17:39:28 +00:00
parent 6a12b0a931
commit b3c0daaeae
No known key found for this signature in database
GPG key ID: 0BC5C3E0AAD64DF9

View file

@ -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();