diff fetch_weather.pl @ 489:120eb7eb7398

fetch_weather, weather: Fixes/adjustments to the previous changes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Jan 2020 22:34:15 +0200
parents 39fe08aafe12
children f5c023538e2a
line wrap: on
line diff
--- a/fetch_weather.pl	Tue Jan 21 22:16:49 2020 +0200
+++ b/fetch_weather.pl	Tue Jan 21 22:34:15 2020 +0200
@@ -462,7 +462,7 @@
             plonk_data($wdata->{"sensors"}->{"winddirection"}->{"sensorValue"}),
 
             # Station type dependant data
-            "",
+            "", # unused for station type 1
             plonk_data($wdata->{"sensors"}->{"roadsurfacetemperature1"}->{"sensorValue"}),
             plonk_data($wdata->{"sensors"}->{"precipitation"}->{"sensorValueDescriptionFi"}),
             plonk_data($wdata->{"sensors"}->{"visibility"}->{"sensorValue"}),