miminum basal rate in description
This commit is contained in:
parent
56eb347b84
commit
a01c15f8f7
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public class PumpDescription {
|
|||
|
||||
public boolean isSetBasalProfileCapable = true;
|
||||
public double basalStep = 0.01d;
|
||||
public double basalMinimumRate = 0.04d;
|
||||
|
||||
public boolean isRefillingCapable = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue