Update temp.inc.sh

This commit is contained in:
2025-05-19 22:04:31 -05:00
parent a50e0d661e
commit 31432b5276

View File

@@ -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