From 043b390fd955a93fc90605021858e92fbf6d0659 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 12 Dec 2010 13:27:26 +0100 Subject: [PATCH] fixed typos in 1-wire script --- controller/bash/log_onewire.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controller/bash/log_onewire.sh b/controller/bash/log_onewire.sh index 380b911..701322b 100755 --- a/controller/bash/log_onewire.sh +++ b/controller/bash/log_onewire.sh @@ -31,14 +31,14 @@ # backend url URL="http://localhost/workspace/volkszaehler.org/backend/index.php/" -# 1wire sensor id => volkszaehler.org ucid +# 1wire sensor id => volkszaehler.org uuid declare -A MAPPING MAPPING["1012E6D300080077"]="9eed00f0-ca37-11df-9d39-15423b3b842b" MAPPING["10E3D2C400080017"]="875d2cc0-da4b-11df-a67f-e9bb235c3849" MAPPING["10F59F84010800B0"]="4b549c20-da4f-11df-bd60-4b520f9cd4e0" MAPPING["1060BB840108000D"]="5fcc9b40-da4f-11df-b981-d55799876663" -# the digitemp binary, choose the right one for your adaptor +# the digitemp binary, choose the right one for your adapter DIGITEMP="digitemp_DS9097" # the digitemp configuration (holds your sensor ids) @@ -56,7 +56,7 @@ CURL_OPTS="" # uncomment this for a more verbose output #DEBUG=1 -# ========================= do not change anything under this line +# ========= do not change anything under this line ============== # building digitemp options DIGITEMP_OPTS="-c ${DIGITEMP_CONF} ${DIGITEMP_OPTS} -q -o %s;%R;%N;%C"