fixed typos in 1-wire script
This commit is contained in:
parent
65500cf339
commit
043b390fd9
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue