From 9aef3be121757286b36aae3a23d76ac0c907663b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 14 Aug 2023 23:29:38 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 21d1c57d..4dcec6c5 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -213,7 +213,7 @@ CHECKTEMP_SERVICE(){ echo ${PW_TEMP_THRESHOLDS[${SENSOR}]} | cut -d',' -f 3 | read temp_crit_sys fi - echo "HERE: ${SENSOR} - ${temp_f} - ${temp_warn} - ${temp_crit}" + # echo "HERE: ${SENSOR} - ${temp_f} - ${temp_warn} - ${temp_crit}" if [ "${last_temp[${SENSOR}]}" != "" ]; then temp_diff=`expr ${last_temp[${SENSOR}]%.*} - ${temp_f%.*}`