update
This commit is contained in:
@@ -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 '
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user