Update powerwall.sh

This commit is contained in:
2023-11-07 08:02:24 -06:00
parent 9c1ea24fb0
commit c1d6e343bb

View File

@@ -534,6 +534,7 @@ CHECKPOWER(){
start=`date +%s`
rm -f ${PW_TMPFOLDER}/*.hostpower*
while [ $# -gt 0 ]; do
echo "$1 - $2"
case "$1" in
-avg) avgdays=${2};;
-type) PTYPE=${2};;