From 7c71b2586b0bf6633eb21bbff84e91ce334ce5c4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 15 May 2023 22:11:26 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index e9ce6e89..dded349e 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -611,14 +611,15 @@ fi echo -e "${idsCL[White]} Usage: ${idsCL[LightCyan]}powerwall {option}" echo echo -e " ${idsCL[Yellow]}status ${idsCL[Default]}--> PowerWall Status Information" - echo -e " ${idsCL[Yellow]}checktemp ${idsCL[Default]}--> Check Temperature Sensors" + echo -e " ${idsCL[Yellow]}checktemp {searchstring} ${idsCL[Default]}--> Check Temperature Sensors" echo -e " ${idsCL[Yellow]}checkpower ${idsCL[Default]}--> Check Power Readings" echo - echo -e " ${idsCL[Yellow]}services {command} ${idsCL[Default]}--> Manage all monitor services at once" - echo -e " ${idsCL[LightYellow]} {start/stop/restart/status}" - echo - echo -e " ${idsCL[Yellow]}service {srvc} {command} ${idsCL[Default]}--> Manage an individual monitor service" - echo -e " ${idsCL[LightYellow]} {temp/power/powerlogger} {start/stop/restart}" + # echo -e " ${idsCL[Yellow]}services {cmd} ${idsCL[Default]}--> Manage all monitor services at once" + # echo -e " ${idsCL[LightYellow]} cmd = {start/stop/restart/status}" + # echo + echo -e " ${idsCL[Yellow]}service {srvc} {cmd} ${idsCL[Default]}--> Manage an individual monitor service" + echo -e " ${idsCL[LightYellow]} srvc = { all / temp / power / powerlogger }" + echo -e " ${idsCL[LightYellow]} cmd = { start / stop / restart / status }" echo echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new PowerWall Script updates" echo