git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3691 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
betateilchen
2013-08-13 22:05:46 +00:00
parent e664b2602c
commit d3fe8c0739

View File

@@ -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");