Combo: update PumpDescription to align with dev.
This commit is contained in:
parent
db00404e43
commit
30d522e1a8
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,8 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
|
|||
pumpDescription.tempPercentStep = 10;
|
||||
|
||||
pumpDescription.tempDurationStep = 15;
|
||||
pumpDescription.tempDurationStep15mAllowed = true;
|
||||
pumpDescription.tempDurationStep30mAllowed = true;
|
||||
pumpDescription.tempMaxDuration = 24 * 60;
|
||||
|
||||
|
||||
|
@ -92,6 +94,8 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
|
|||
pumpDescription.isRefillingCapable = true;
|
||||
|
||||
pumpDescription.storesCarbInfo = false;
|
||||
|
||||
pumpDescription.is30minBasalRatesCapable = false;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
|
Loading…
Reference in a new issue