From 7e675739cd91d7a6c8e99836decb1f542a788292 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 14 May 2023 18:43:21 -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 fe8754aa..f1faba77 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -15,7 +15,7 @@ VERBOSE=false CHECKTEMP(){ cw=20; - echo -e "${idsCL[Yellow]}Sensor Temperature(s)${idsCL[Default]}" + echo -e "${idsCL[Yellow]}Sensor Temperature(s) (${idsCL[Green]}Norm${idsCL[Default]}/${idsCL[Yellow]}Warn${idsCL[Default]}/${idsCL[Red]}Crit${idsCL[Default]}" DIVIDER if [ "${1}" != "" ]; then reading=$(CHECKTEMPSENSOR ${1})