Update powerwall.sh

This commit is contained in:
2023-10-31 20:37:58 -05:00
parent 35462418df
commit 00a7924f88

View File

@@ -623,7 +623,7 @@ CHECKPOWER(){
if [ "${host}" != "*" ] && [ "${host}" != "done" ]; then
watts=$(cat ${hostfile})
if [ "${watts}" == "down" ]; then
hostpower="${idsCL[Red]}Host Offline"
hostpower="${idsCL[LightRed]}Host Offline"
elif [ "${watts}" == "0" ]; then
hostpower="${idsCL[Default]}n/a"
else