This commit is contained in:
2024-01-28 16:38:51 -06:00
parent b69917aaaa
commit b88c2cfa94
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.5.184-01282024'
VERS='2.5.185-01282024'
noheader=' update service dailytemp confsync -r -report '

View File

@@ -176,7 +176,6 @@ CHECKTEMPSENSOR(){
else
GAUGESH="'F"
fi
echo -en "HERE: "
if [ "${6}" != "noavg" ]; then
[ "${6}" != "" ] && [[ "${6}" =~ ^[0-9]+$ ]] && avgdays=${6} || avgdays=3
if [ "${PW_SENSOR_TYPE[${1}]}" != "esxi" ]; then
@@ -187,7 +186,6 @@ CHECKTEMPSENSOR(){
else
average=''
fi
echo $average
TIMEOUT=0
if [ "${PW_SENSOR_TYPE[${1}]}" == "mqtt" ]; then