Typo.
This commit is contained in:
parent
75afa4e0a1
commit
a7e2224d2e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public interface RuffyCommands {
|
||||||
/** Read the state of the pump, which encompasses all information displayed on the main menu. */
|
/** Read the state of the pump, which encompasses all information displayed on the main menu. */
|
||||||
CommandResult readPumpState();
|
CommandResult readPumpState();
|
||||||
|
|
||||||
/** Read revervoir level and last bolus via Quick Info */
|
/** Read reservoir level and last bolus via Quick Info */
|
||||||
CommandResult readReservoirLevelAndLastBolus();
|
CommandResult readReservoirLevelAndLastBolus();
|
||||||
|
|
||||||
/** Reads pump history via the My Data menu. The {@link PumpHistoryRequest} specifies
|
/** Reads pump history via the My Data menu. The {@link PumpHistoryRequest} specifies
|
||||||
|
|
Loading…
Reference in a new issue