From 2b0be8127bf926d29a78b0cb02b337f357c81383 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Dec 2023 21:06:27 -0600 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index ff7f6e38..ced0b24c 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -2038,15 +2038,17 @@ fi echo echo -e " ${idsCL[Yellow]}status ${idsCL[Default]}--> PowerWall Status Information" echo - echo -e " ${idsCL[Yellow]}check {type} {opt} ${idsCL[Default]}--> Check Sensors" + echo -e " ${idsCL[Yellow]}check {type} {opts} ${idsCL[Default]}--> Check Sensors" echo -e " ${idsCL[LightYellow]} type = { power / temp }" - echo -e " ${idsCL[LightYellow]} opt.{power} = { all / mainsite / offsite } ${idsCL[Default]}--> Defaults to All" - echo -e " ${idsCL[LightYellow]} opt.{temp} = { avg for # of days to show } ${idsCL[Default]}--> Defaults to not showing averages" + echo -e " ${idsCL[LightYellow]} opts =" + echo -e " ${idsCL[LightYellow]} power { all / mainsite / offsite } ${idsCL[Default]}--> Defaults to All" + echo -e " ${idsCL[LightYellow]} temp { avg for # of days to show } ${idsCL[Default]}--> Defaults to not showing averages" echo echo -e " ${idsCL[Yellow]}host {host} {flags} ${idsCL[Default]}--> Shutdown ESXI host and its VMs" echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}" - echo -e " ${idsCL[LightYellow]} -p|-power {on / off} ${idsCL[Default]}--> Controls Host Power" - echo -e " ${idsCL[LightYellow]} -e|-esxi {off / mm} ${idsCL[Default]}--> Shuts down ESXi or puts into maintenance mode" + echo -e " ${idsCL[LightYellow]} flags =" + echo -e " ${idsCL[LightYellow]} -p|-power {on / off} ${idsCL[Default]}--> Controls Host Power" + echo -e " ${idsCL[LightYellow]} -e|-esxi {off / mm} ${idsCL[Default]}--> Shuts down ESXi or puts into maintenance mode" echo # echo -e " ${idsCL[Yellow]}shutdownhost {host} ${idsCL[Default]}--> Shutdown ESXI host and its VMs" # echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}"