Update powerwall.sh

This commit is contained in:
2023-12-11 22:47:23 -06:00
parent 70067b2e51
commit dd49639f34

View File

@@ -2330,7 +2330,7 @@ fi
printf "%-${width}s- %s\n" " -e|-esxi" "Narrow to ESXi Hosts"
echo -e "\n ${idsCL[LightCyan]}temp${idsCL[Default]} {flag} options"
printf "%-${width}s- %s\n" " -a|-avg {#days}" "Show average values for X number of days"
printf "%-${width}s- %s\n" " -s|-sensors" "Narrow to Sensors Only"
printf "%-${width}s- %s\n" " -S|-sensors" "Narrow to Sensors Only"
printf "%-${width}s- %s\n" " -e|-esxi" "Narrow to ESXi Hosts Only"
printf "%-${width}s- %s\n" " -s|-search" "Narrow to search of sensor name"
echo -e "}\n"
@@ -2411,7 +2411,7 @@ fi
confsync) CONFSYNC;;
status)
CHECKPOWER -p
CHECKTEMP
CHECKTEMP -S
CHECK_SERVICES
;;
average) AVERAGETEMP ${2} ${3} ${4};;