2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

git-svn-id: https://svn.fhem.de/fhem/trunk@3691 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
betateilchen 2013-08-13 22:05:46 +00:00
parent 163b34e8fc
commit fbc2b7a1c2

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