6c340910b908fc01870b0fb7b64094bdde21571b
[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.099799 seconds and 4 git commands to generate.