Update powerwall.sh

This commit is contained in:
2023-12-09 21:06:27 -06:00
parent 30eedff8b6
commit 2b0be8127b

View File

@@ -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}"