mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@3691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
163b34e8fc
commit
fbc2b7a1c2
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user