Mottatt patch for å matche mer nøyaktig på temperatur og tidspunkt for siste måling master
authorEinar Jørgen Haraldseid <einar@haraldseid.net>
Thu, 7 Mar 2013 14:32:49 +0000 (15:32 +0100)
committerEinar Jørgen Haraldseid <einar@haraldseid.net>
Thu, 7 Mar 2013 14:32:49 +0000 (15:32 +0100)
yr-temp.sh

index 07898b57c629d1590777cdd339eb8c354c3688ea..0f9dd59361167b90af19aca13a72be2c7a1d7c50 100755 (executable)
@@ -55,9 +55,9 @@ else
 fi
 
 # Hent ut data ved hjelp av XPath
-TEMP=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]//@value")
-STASJON=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]//@name")
-TIME_ZULU=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]//@time" | tr T ' ')
+TEMP=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]/temperature/@value")
+STASJON=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]/@name")
+TIME_ZULU=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]/temperature/@time" | tr T ' ')
 
 # Og litt ekstra datatygging
 TIME=$(date +%H.%M -d "${TIME_ZULU}")