Combo: update PumpDescription to align with dev.

This commit is contained in:
Johannes Mockenhaupt 2018-03-16 15:49:12 +01:00
parent db00404e43
commit 30d522e1a8
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -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