6c340910b908fc01870b0fb7b64094bdde21571b
[khatus.git] / parse_noaa_api.awk
1 XmlPath == "/current_observation/temp_f" {
2 print("temperature_f", XmlPayload) # °F
3 }
This page took 0.076018 seconds and 3 git commands to generate.