Update powerwall.sh

This commit is contained in:
2023-12-03 11:51:53 -06:00
parent e7c302aa7e
commit 4dfd49728f

View File

@@ -769,6 +769,7 @@ CHECKPOWER(){
HOST_WATTS_disp="${idsCL[LightRed]}Host offline"
elif [ "${HOST_WATTS}" == "0" ]; then
HOST_WATTS_disp="${idsCL[Yellow]}Host PSU not capable"
echo "HERE: $HOST_WATT_SENSORS"
else
HOST_WATTS_disp="${idsCL[LightRed]}Could not pull data"
fi