Doku ergänzt und Fehler ei undef behoben

git-svn-id: https://svn.fhem.de/fhem/trunk@6463 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ststrobel 2014-08-26 16:14:30 +00:00
parent b88fd6888b
commit f69bfa186a

View File

@ -128,7 +128,6 @@ sub HTTPMOD_Define($$)
sub HTTPMOD_Undef($$) sub HTTPMOD_Undef($$)
{ {
my ( $hash, $arg ) = @_; my ( $hash, $arg ) = @_;
DevIo_CloseDev($hash);
RemoveInternalTimer($hash); RemoveInternalTimer($hash);
return undef; return undef;
} }
@ -424,7 +423,8 @@ sub HTTPMOD_Read($$$)
pass the noshutdown flag to HTTPUtils for webservers that need it (some embedded webservers only deliver empty pages otherwise) pass the noshutdown flag to HTTPUtils for webservers that need it (some embedded webservers only deliver empty pages otherwise)
<li><b>disable</b></li> <li><b>disable</b></li>
stop doing HTTP requests while this attribute is set to 1 stop doing HTTP requests while this attribute is set to 1
<li><b>timeout</b></li>
time in seconds to wait for an answer. Default value is 2
</ul> </ul>
<br> <br>
<b>Author's notes</b><br><br> <b>Author's notes</b><br><br>