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