Declare profile switches being supported by the Combo.

This commit is contained in:
Johannes Mockenhaupt 2017-12-19 00:00:00 +01:00
parent 9eefae4f67
commit 28961da253
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -80,7 +80,7 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
pumpDescription.tempMaxDuration = 24 * 60;
pumpDescription.isSetBasalProfileCapable = false;
pumpDescription.isSetBasalProfileCapable = true;
pumpDescription.basalStep = 0.01d;
pumpDescription.basalMinimumRate = 0.0d;