Update temp.inc.sh
This commit is contained in:
@@ -220,7 +220,7 @@ CHECKTEMP(){
|
|||||||
### DETAILS VIEW
|
### DETAILS VIEW
|
||||||
if [ ${DETAILS} -eq 1 ] && [ ! -f ${PW_TMPFOLDER}/${SENSOR}.down ] && [ "${temp_f}" != "timeout" ] && [ "${temp_f}" != "offline" ]; then
|
if [ ${DETAILS} -eq 1 ] && [ ! -f ${PW_TMPFOLDER}/${SENSOR}.down ] && [ "${temp_f}" != "timeout" ] && [ "${temp_f}" != "offline" ]; then
|
||||||
DIVIDER . white ${PRI_WIDTH}
|
DIVIDER . white ${PRI_WIDTH}
|
||||||
for M in 15 30 60 120; do
|
for M in 1 5 15 30 60 120; do
|
||||||
lico=" "
|
lico=" "
|
||||||
if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "system" ] && [[ "${SENSOR}" = *"FAN"* ]]; then
|
if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "system" ] && [[ "${SENSOR}" = *"FAN"* ]]; then
|
||||||
spc_cnt=6
|
spc_cnt=6
|
||||||
|
|||||||
Reference in New Issue
Block a user