From a0fb303ad1df53c42a9b23a20110000f855d2539 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Tue, 13 Aug 2013 22:05:46 +0000 Subject: [PATCH] git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3691 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_openweathermap.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FHEM/98_openweathermap.pm b/FHEM/98_openweathermap.pm index 0a6b6e70c..a8e7890e2 100644 --- a/FHEM/98_openweathermap.pm +++ b/FHEM/98_openweathermap.pm @@ -52,6 +52,8 @@ # 2013-08-12 added: XML for decoding, controlled by attribute owoUseXml # added: attribute owoProxy for proxy configuration # +# 2013-08-13 added: new reading for html response on "send" +# package main; @@ -395,6 +397,8 @@ UpdateReadings($$$){ } CommandDeleteReading(undef, "$name $prefix.*"); + readingsSingleUpdate($hash, "_$prefix"."HtmlResponse", $response->status_line, 1); + if($xmlMode eq "1"){ Log3($name, 3, "openweather $name: decoding XML");