From 31432b5276c2982a05d907b96aeaec3cf7fa57e7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 19 May 2025 22:04:31 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 48973eb5..b729aa28 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -218,7 +218,7 @@ CHECKTEMP(){ if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "lacrosse" ] && [[ "${SENSOR}" != *"-ProbeXXX" ]]; then INFO=$(curl -m 8 -s --get -d "deviceid=${PW_SENSOR_DEVICEID[${SENSOR}]}" -d "limit=1" -d "metric=1" -d "timezone=2" https://decent-destiny-704.appspot.com/laxservices/device_info.php) infDT=$(echo ${INFO} | jq -r '.device0 .obs[].timestamp') - echo -e " - ${infDT/\/2025/ @}" + echo -e " - ${infDT/\/2025/}" else echo fi