Update powerwall.sh

This commit is contained in:
2023-10-31 20:28:01 -05:00
parent 760f4d364d
commit edd7e8dd10

View File

@@ -505,7 +505,7 @@ DAILYTEMP(){
}
GETHOSTPOWER(){
if [ "$(CHECK_HOST ${1})" != "false" ]; then
if [ "$(CHECK_HOST ${PW_HOST_ADDRESSES[${PW_iDRACHOST_SHORTNAMES[$1]}]})" != "false" ]; then
if [ "${1}" == "10.10.2.26" ]; then
temp=0
else