Combo: declare as not supporting carb infos.

This commit is contained in:
Johannes Mockenhaupt 2018-01-26 13:48:19 +01:00
parent 372e435761
commit 61bb6aa1ba
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -89,6 +89,8 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
pumpDescription.basalMinimumRate = 0.05d;
pumpDescription.isRefillingCapable = true;
pumpDescription.storesCarbInfo = false;
}
@NonNull