Read FIFO up to LF or width
[khatus.git] / x2 / src / awk / exe / parse_noaa_api.awk
... / ...
CommitLineData
1XmlPath == "/current_observation/temp_f" {
2 print("temperature_f", XmlPayload) # °F
3}
This page took 0.034452 seconds and 4 git commands to generate.