From 2c197878646fbb8b4c85a03793721dcee0f7cf5c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 13 Sep 2025 19:51:05 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 612b123e..2f53ad20 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -714,7 +714,7 @@ CHECKTEMPSENSOR(){ if [ "${1}" == "ServerRoom_Monitor_Front" ]; then echo "\"${PW_ESP_USER}:${PW_ESP_PASS}\" http://${PW_REMOTE_SENSORS[${1}]}:8090/sensor/front_humidity | jq '.value" curl -m 8 -s -u "${PW_ESP_USER}:${PW_ESP_PASS}" http://${PW_REMOTE_SENSORS[${1}]}:8090/sensor/front_humidity | jq '.value' - temp_h=$(curl -m 8 -s -u "${PW_ESP_USER}:${PW_ESP_PASS}" http://${PW_REMOTE_SENSORS[${1}]}:8090/sensor/front_humidity} | jq '.value') + temp_h=$(curl -m 8 -s -u "${PW_ESP_USER}:${PW_ESP_PASS}" http://${PW_REMOTE_SENSORS[${1}]}:8090/sensor/front_humidity}) echo "1: $temp_h" elif [ "${1}" == "ServerRoom_Monitor_Back" ]; then echo "\"${PW_ESP_USER}:${PW_ESP_PASS}\" http://${PW_REMOTE_SENSORS[${1}]}:8090/sensor/back_humidity | jq '.value"