changeset 577:e5e4b068d56b

fetch_weather: Add precipitation data.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Dec 2020 09:13:49 +0200
parents 84e2f0dab633
children 14dfb925a64a
files fetch_weather.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Wed Dec 30 09:13:16 2020 +0200
+++ b/fetch_weather.pl	Wed Dec 30 09:13:49 2020 +0200
@@ -425,6 +425,7 @@
             plonk_data($wdata->{"sensors"}->{"roadsurfacetemperature1"}->{"sensorValue"}),
             plonk_data($wdata->{"sensors"}->{"precipitation"}->{"sensorValueDescriptionFi"}),
             plonk_data($wdata->{"sensors"}->{"visibility"}->{"sensorValue"}),
+            plonk_data($wdata->{"sensors"}->{"precipitation"}->{"sensorValue"}),
           ];
         }
         else