Make CommandResult.delivered the primitive it always should've been.
This commit is contained in:
parent
d18fdc4974
commit
d3926f64c8
|
@ -14,7 +14,7 @@ public class CommandResult {
|
|||
/** State of the pump *after* command execution. */
|
||||
public PumpState state;
|
||||
/** Bolus actually delivered if request was a bolus command. */
|
||||
public Double delivered;
|
||||
public double delivered;
|
||||
/** History if requested by the command. */
|
||||
@Nullable
|
||||
public PumpHistory history;
|
||||
|
|
Loading…
Reference in a new issue