Update powerwall.sh

This commit is contained in:
2022-09-03 11:47:50 -05:00
parent e9af0dd266
commit cf40b36b28

View File

@@ -22,6 +22,8 @@ CHECKTEMP(){
temp_f=`echo "scale=2; $temp_c*1.8 + 32" | bc`
#echo "$temp_c -> $temp_f"
temp_f=72
echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 1 | read temp_warn
echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 2 | read temp_crit