From f528657a85f8542430289ca58be5c77582c5837f Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Tue, 13 Aug 2013 20:52:36 +0000 Subject: [PATCH] git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3690 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_openweathermap.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FHEM/98_openweathermap.pm b/FHEM/98_openweathermap.pm index 956cb9b49..0a6b6e70c 100644 --- a/FHEM/98_openweathermap.pm +++ b/FHEM/98_openweathermap.pm @@ -314,7 +314,7 @@ OWO_GetStatus($;$){ } readingsBeginUpdate($hash); - readingsBulkUpdate($hash, "_myHtmlResponse", $htmlDummy->status_line); + readingsBulkUpdate($hash, "_my_HtmlResponse", $htmlDummy->status_line); readingsBulkUpdate($hash, "state","active"); if(AttrVal($name, "owoTimestamp", 0) == 1){ readingsBulkUpdate($hash, "my_lastSent", time); @@ -336,7 +336,7 @@ OWO_GetStatus($;$){ if(defined($cId)){ my $cName = ReadingsVal($name,"stationName", ""); Log3($name, 3, "openweather $name: retrievingStationData: Id: $cId Name: $cName"); - fhem("set $name stationById $cId");# if($cId ne ""); + fhem("set $name stationById $cId"); } ##### end of update job