Shift X2 status from legacy to archived
[khatus.git] / x2 / src / awk / exe / parse_noaa_api.awk
1 XmlPath == "/current_observation/temp_f" {
2 print("temperature_f", XmlPayload) # °F
3 }
This page took 0.065922 seconds and 5 git commands to generate.