mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
b88fd6888b
commit
f69bfa186a
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user