From 3544b5b324338ae72915d9fd29a78ef0b6705ff9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 14 May 2023 22:20:46 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index 6f798e19..3f1d7933 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -17,7 +17,7 @@ CHECKTEMP(){ cw=20; echo echo -e "${idsCL[Yellow]}Sensor Temperature(s) ${idsCL[Green]}normal${idsCL[Default]} /${idsCL[Yellow]}warning${idsCL[Default]}/ ${idsCL[Red]}critical${idsCL[Default]}" - DIVIDER . yellow 73 + DIVIDER . yellow 75 if [ "${1}" != "" ]; then # reading=$(CHECKTEMPSENSOR ${1}) # c=0; spc=''; spc1=`expr ${cw} - ${#1}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done @@ -169,7 +169,7 @@ CHECKPOWER(){ echo echo -e "${idsCL[Yellow]}Power Information" - DIVIDER . yellow + DIVIDER . yellow 75 echo -e "${idsCL[LightCyan]}Input Power ${idsCL[Default]}: ${idsCL[Green]}${INPUTV}V / ${INPUTA}A" echo -e "${idsCL[LightCyan]}Output Power ${idsCL[Default]}: ${idsCL[Green]}${OUTPUTV}V (${OUTPUTV2}V) / ${OUTPUTA}A (${OUTPUTA2}A @ ${OUTPUTV2}V)"