Update powerwall.sh

This commit is contained in:
2023-11-07 07:49:58 -06:00
parent 175693b1a4
commit 48feb65bce

View File

@@ -535,6 +535,7 @@ CHECKPOWER(){
rm -f ${PW_TMPFOLDER}/*.hostpower*
while [ $# -gt 0 ]; do
echo "HERE: $1 - $2"
case "$1" in
-avg) avgdays=${2};;
esac