Update powerwall.sh

This commit is contained in:
2023-05-14 18:45:14 -05:00
parent 77f6fcf571
commit db3f3a0546

View File

@@ -15,7 +15,7 @@ VERBOSE=false
CHECKTEMP(){
cw=20;
echo -e "${idsCL[Yellow]}Sensor Temperature(s) ${idsCL[Green]}Norm${idsCL[Default]}/${idsCL[Yellow]}Warn${idsCL[Default]}/${idsCL[Red]}Crit${idsCL[Default]}"
echo -e "${idsCL[Yellow]}Sensor Temperature(s) ${idsCL[Green]}Normal${idsCL[Default]}/${idsCL[Yellow]}Warn${idsCL[Default]}/${idsCL[Red]}Critical${idsCL[Default]}"
DIVIDER
if [ "${1}" != "" ]; then
reading=$(CHECKTEMPSENSOR ${1})