diff --git a/README.markdown b/README.markdown index c71903f..4f1a9f7 100644 --- a/README.markdown +++ b/README.markdown @@ -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` diff --git a/bin/command_control_demo.sh b/bin/command_control_demo.sh index bee8ad9..27e5eb3 100755 --- a/bin/command_control_demo.sh +++ b/bin/command_control_demo.sh @@ -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"