Update powerwall.sh

This commit is contained in:
2025-05-31 14:09:32 -05:00
parent 77905fdae3
commit 91749caaf5

View File

@@ -896,7 +896,7 @@ fi
DAILYTEMP
# SENDNOTICE "Daily Temp Readings" "$(DAILYTEMP)"
end=`date +%s`; runtime=$((end-start))
echo -e "\nruntime: ${runtime}s\n"
echo -e "\nscript runtime: ${runtime}s\n"
;;
checktemp) CHECKTEMP ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10};;
checkpower) CHECKPOWER ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10};;