From c5dd4f7491536433919e11698ffc52a7a8bb91c9 Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Mon, 28 Mar 2016 19:20:21 +0000 Subject: [PATCH] 59_Weather: added missing code reading git-svn-id: https://svn.fhem.de/fhem/trunk@11142 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/59_Weather.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index 8a750c382..cba0a74b4 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -283,6 +283,7 @@ sub Weather_RetrieveDataFinished($$$) { readingsBulkUpdate($hash, "current_date_time", $date); readingsBulkUpdate($hash, "day_of_week", $wdays_txt_i18n{substr($date,0,3)}); my $code= $item->{condition}{code}; + readingsBulkUpdate($hash, "code", $code); readingsBulkUpdate($hash, "condition", $YahooCodes_i18n[$code]); readingsBulkUpdate($hash, "icon", $iconlist[$code]); my $temp= $item->{condition}{temp};