Update powerwall.sh

This commit is contained in:
2023-05-14 17:34:12 -05:00
parent 3d8a96bdd1
commit 863300811b

View File

@@ -49,7 +49,7 @@ CHECKTEMPSENSOR(){
echo -en "${idsCL[Green]}Normal - $temp_f°F${idsCL[Default]}"
fi
echo -e " - (${idsCL[LightMagenta]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 1)${idsCL[Red]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 2)${idsCL[Default]})"
echo -e " - (${idsCL[LightMagenta]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 1)${idsCL[Default]}°F/${idsCL[Red]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 2)°F${idsCL[Default]})"
fi
}