mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f528657a85
commit
a0fb303ad1
@ -52,6 +52,8 @@
|
|||||||
# 2013-08-12 added: XML for decoding, controlled by attribute owoUseXml
|
# 2013-08-12 added: XML for decoding, controlled by attribute owoUseXml
|
||||||
# added: attribute owoProxy for proxy configuration
|
# added: attribute owoProxy for proxy configuration
|
||||||
#
|
#
|
||||||
|
# 2013-08-13 added: new reading for html response on "send"
|
||||||
|
#
|
||||||
|
|
||||||
package main;
|
package main;
|
||||||
|
|
||||||
@ -395,6 +397,8 @@ UpdateReadings($$$){
|
|||||||
}
|
}
|
||||||
|
|
||||||
CommandDeleteReading(undef, "$name $prefix.*");
|
CommandDeleteReading(undef, "$name $prefix.*");
|
||||||
|
readingsSingleUpdate($hash, "_$prefix"."HtmlResponse", $response->status_line, 1);
|
||||||
|
|
||||||
|
|
||||||
if($xmlMode eq "1"){
|
if($xmlMode eq "1"){
|
||||||
Log3($name, 3, "openweather $name: decoding XML");
|
Log3($name, 3, "openweather $name: decoding XML");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user