diff config.weather.example @ 449:d4f4a9dfb34f

weather: No longer use named keys for measurement data that is not common for all measurement station types.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Sep 2017 15:24:36 +0300
parents 8efbb045d44d
children b4be881a9908
line wrap: on
line diff
--- a/config.weather.example	Thu Sep 28 15:22:03 2017 +0300
+++ b/config.weather.example	Thu Sep 28 15:24:36 2017 +0300
@@ -39,12 +39,11 @@
 
 
 set weather_msg_result [list "\002@station@\002, mitattu klo @ctime@: \002@temp@°C\002"]
-lappend weather_msg_result ", @weather1@"
-lappend weather_msg_result ", keli @weather2@"
-lappend weather_msg_result ", tien pinta @road_temp@°C"
+lappend weather_msg_result ", tien pinta @rv_10@°C"
 lappend weather_msg_result ", kosteus \002@humidity@%\002"
 lappend weather_msg_result ", tuuli \002@wind_speed@\002 m/s"
-lappend weather_msg_result ", pilvipeite \002@cloud_cover@\002"
+lappend weather_msg_result ", pilvipeite \002@rv_9@\002"
+lappend weather_msg_result ", näkyvyys \002@rv_12@ km\002"
 lappend weather_msg_result "."