Update temp.inc.sh

This commit is contained in:
2023-12-17 11:18:24 -06:00
parent ca59fe5131
commit 8155da5d66

View File

@@ -627,7 +627,7 @@ SERVERROOM_TEMP_DIFFERENCE(){
((scansfound++))
done
[ ${scansfound} -eq 0 ] && average=0 || average=$(ROUND_NUMBER $(bc <<< "scale=2; ${tempdiff_total}/${scansfound}") 0)
[ ${scansfound} -eq 0 ] && average=0 || average=$(bc <<< "scale=2; ${tempdiff_total}/${scansfound}")
last_tempdiff_disp=$(SHOW_TIME ${last_tempdiff} s)
largest_tempdiff_disp=$(SHOW_TIME ${largest_tempdiff} s)