diff --git a/powerwall.sh b/powerwall.sh index b78f64c1..808b2dec 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -93,6 +93,7 @@ CHECKTEMP_SERVICE(){ if [ ${action-x} ]; then case $action in checktemp) CHECKTEMP ${2};; + checktemp_service) CHECKTEMP_SERVICE ${2};; esac fi