diff --git a/powerwall.sh b/powerwall.sh index 6ddeda7f..c4be2ec5 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -15,6 +15,8 @@ VERBOSE=false CHECKTEMP(){ cw=20; + echo -e "${idsCL[Green]}Sensor Temperatures${idsCL[Default]}" + DIVIDER green if [ "${1}" != "" ]; then reading=$(CHECKTEMPSENSOR ${1}) c=0; spc=''; spc1=`expr ${cw} - ${#1}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done