comparison fetch_weather.pl @ 213:330d7e39c8f4

weather: Add extra data field.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Sep 2014 21:42:58 +0300
parents 5f04ec60e8d9
children fe420576f284
comparison
equal deleted inserted replaced
212:5f04ec60e8d9 213:330d7e39c8f4
406 0, 406 0,
407 parse_timestamp(get_node($fdata, "text", 1), $time_base), 407 parse_timestamp(get_node($fdata, "text", 1), $time_base),
408 get_node($fdata, "text", 2), 408 get_node($fdata, "text", 2),
409 get_node($fdata, "text", 3), 409 get_node($fdata, "text", 3),
410 translate_th_rain(get_node($fdata, "text", 4)), 410 translate_th_rain(get_node($fdata, "text", 4)),
411 "",
411 get_node($fdata, "text", 5), 412 get_node($fdata, "text", 5),
412 ]; 413 ];
413 } 414 }
414 } 415 }
415 } 416 }