Update powerwall.sh

This commit is contained in:
2023-10-23 10:24:20 -05:00
parent dcec7c0c58
commit e3d8a5d891

View File

@@ -16,6 +16,7 @@ VERBOSE=false
CHECKTEMP(){
start=`date +%s`
cw=25;
echo
# echo -e "${idsCL[Yellow]}Sensor Temperature(s) ${idsCL[Green]}normal${idsCL[Default]} /${idsCL[Yellow]}warning${idsCL[Default]}/ ${idsCL[Red]}critical${idsCL[Default]}"
@@ -87,7 +88,7 @@ CHECKTEMP(){
echo
fi
done
end=`date +%s`; runtime=$((end-start)); echo -e "\nruntime: ${runtime}"
[ "${action}" != "" ] && echo
}