Skip to content

Commit

Permalink
document renaming of set_temp_rate to mm-temp-basals
Browse files Browse the repository at this point in the history
  • Loading branch information
bewest committed Apr 11, 2014
1 parent 18956a4 commit 2e1ccea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ your behalf:
* query pump status: normal, suspended, bolusing
`./bin/mm-set-suspend.py`
* set/edit/query temporary basal rates
`./bin/set_temp_rate.py`
`./bin/mm-temp-basals.py`
* press any button on the keypad, using
`./bin/mm-press-key.py`

Expand Down
2 changes: 1 addition & 1 deletion bin/command_control_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x
# This is for educational/demonstration purposes only.

PRESSKEY=./bin/mm-press-key.py
TEMPBASAL=./bin/set_temp_rate.py
TEMPBASAL=./bin/mm-temp-basals.py
STATUS=./bin/mm-set-suspend.py
INIT="$STATUS --init query"

Expand Down

0 comments on commit 2e1ccea

Please sign in to comment.