From 072e2adc0648c7ff403c92f791f89d21961899da Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 14 May 2023 22:03:02 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 4ee3ea67..8c416a48 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -168,7 +168,8 @@ CHECKPOWER(){ OUTPUTA2=$(awk -vp_val="$OUTPUTA" 'BEGIN{print p_val*2}') echo - echo -e "${idsCL[Yellow]}Power Information)" + echo -e "${idsCL[Yellow]}Power Information" + DIVIDER . yellow 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)"