diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 32a87fd9..48973eb5 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -217,7 +217,8 @@ 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) - echo -e " - $(echo ${INFO} | jq -r '.device0 .obs[].timestamp')" + infDT=$(echo ${INFO} | jq -r '.device0 .obs[].timestamp') + echo -e " - ${infDT/\/2025/ @}" else echo fi