Update powerwall.sh

This commit is contained in:
2023-11-07 07:52:15 -06:00
parent 68e5b9217a
commit fd62723c54

View File

@@ -533,9 +533,7 @@ AVERAGEPOWER(){
CHECKPOWER(){
start=`date +%s`
rm -f ${PW_TMPFOLDER}/*.hostpower*
echo "${1}-${2}-${3}-${4}-${5}-${6}"
while [ $# -gt 0 ]; do
echo "HERE: $1 - $2"
case "$1" in
-avg) avgdays=${2};;
esac