Set scripts to use installed versions of aqhome-tool.

This commit is contained in:
Martin Preuss
2024-03-09 01:24:11 +01:00
parent 0545a802de
commit 2e29790be7
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
# see https://www.pegelonline.nlwkn.niedersachsen.de/pdf/BenutzerhandbuchWebservicePegelonline.pdf # see https://www.pegelonline.nlwkn.niedersachsen.de/pdf/BenutzerhandbuchWebservicePegelonline.pdf
JSONFILE="/tmp/pegel-nlwkn.json" JSONFILE="/tmp/pegel-nlwkn.json"
AQHOME_TOOL="./aqhome-tool.sh" #AQHOME_TOOL="./aqhome-tool.sh"
# AQHOME_TOOL="/usr/local/bin/aqhome-tool" AQHOME_TOOL="/usr/local/bin/aqhome-tool"
STATION_ID="$1" STATION_ID="$1"

View File

@@ -3,8 +3,8 @@
# see https://www.pegelonline.wsv.de/webservice/guideRestapi # see https://www.pegelonline.wsv.de/webservice/guideRestapi
JSONFILE="/tmp/pegel-wsv.json" JSONFILE="/tmp/pegel-wsv.json"
AQHOME_TOOL="./aqhome-tool.sh" # AQHOME_TOOL="./aqhome-tool.sh"
# AQHOME_TOOL="/usr/local/bin/aqhome-tool" AQHOME_TOOL="/usr/local/bin/aqhome-tool"