mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
98_HTTPMOD.pm: weiteren Tippfehler korrigiert
git-svn-id: https://svn.fhem.de/fhem/trunk@23017 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5d61767b0c
commit
7bf88b29e3
@ -140,7 +140,7 @@ BEGIN {
|
|||||||
));
|
));
|
||||||
};
|
};
|
||||||
|
|
||||||
my $Module_Version = '4.0.11 - 23.10.2020';
|
my $Module_Version = '4.0.12 - 24.10.2020';
|
||||||
|
|
||||||
my $AttrList = join (' ',
|
my $AttrList = join (' ',
|
||||||
'(reading|get|set)[0-9]+(-[0-9]+)?Name',
|
'(reading|get|set)[0-9]+(-[0-9]+)?Name',
|
||||||
@ -1325,7 +1325,7 @@ sub GetUpdate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($hash->{MainURL}) {
|
if ($hash->{MainURL}) {
|
||||||
Auth($hash) if (AttrVal($name, 'reAuthAlways', 0));
|
DoAuth($hash) if (AttrVal($name, 'reAuthAlways', 0));
|
||||||
my $request = PrepareRequest($hash, 'reading');
|
my $request = PrepareRequest($hash, 'reading');
|
||||||
AddToSendQueue($hash, $request); # no need to copy the request - the hash has been created in prepare above
|
AddToSendQueue($hash, $request); # no need to copy the request - the hash has been created in prepare above
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user