From 2e1cceacd731ae68f95ba010c1c3ebe06fbfe56d Mon Sep 17 00:00:00 2001 From: Ben West Date: Fri, 11 Apr 2014 12:26:56 -0700 Subject: [PATCH] document renaming of set_temp_rate to mm-temp-basals --- README.markdown | 2 +- bin/command_control_demo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"