update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERS='2.5.184-01282024'
|
VERS='2.5.185-01282024'
|
||||||
|
|
||||||
noheader=' update service dailytemp confsync -r -report '
|
noheader=' update service dailytemp confsync -r -report '
|
||||||
|
|
||||||
|
|||||||
@@ -176,7 +176,6 @@ CHECKTEMPSENSOR(){
|
|||||||
else
|
else
|
||||||
GAUGESH="'F"
|
GAUGESH="'F"
|
||||||
fi
|
fi
|
||||||
echo -en "HERE: "
|
|
||||||
if [ "${6}" != "noavg" ]; then
|
if [ "${6}" != "noavg" ]; then
|
||||||
[ "${6}" != "" ] && [[ "${6}" =~ ^[0-9]+$ ]] && avgdays=${6} || avgdays=3
|
[ "${6}" != "" ] && [[ "${6}" =~ ^[0-9]+$ ]] && avgdays=${6} || avgdays=3
|
||||||
if [ "${PW_SENSOR_TYPE[${1}]}" != "esxi" ]; then
|
if [ "${PW_SENSOR_TYPE[${1}]}" != "esxi" ]; then
|
||||||
@@ -187,7 +186,6 @@ CHECKTEMPSENSOR(){
|
|||||||
else
|
else
|
||||||
average=''
|
average=''
|
||||||
fi
|
fi
|
||||||
echo $average
|
|
||||||
|
|
||||||
TIMEOUT=0
|
TIMEOUT=0
|
||||||
if [ "${PW_SENSOR_TYPE[${1}]}" == "mqtt" ]; then
|
if [ "${PW_SENSOR_TYPE[${1}]}" == "mqtt" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user