mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
00_CUL.pm: TSCUL Patches (Forum #57806)
git-svn-id: https://svn.fhem.de/fhem/trunk@12983 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
acc33cb8ce
commit
29fe85356e
@ -530,7 +530,7 @@ CUL_ReadAnswer($$$$)
|
|||||||
my ($hash, $arg, $anydata, $regexp) = @_;
|
my ($hash, $arg, $anydata, $regexp) = @_;
|
||||||
my $ohash = $hash;
|
my $ohash = $hash;
|
||||||
|
|
||||||
while($hash->{TYPE} ne "CUL") { # Look for the first "real" CUL
|
while($hash && $hash->{TYPE} !~ m/$culNameRe/) {
|
||||||
$hash = $hash->{IODev};
|
$hash = $hash->{IODev};
|
||||||
}
|
}
|
||||||
return ("No FD", undef)
|
return ("No FD", undef)
|
||||||
|
Loading…
Reference in New Issue
Block a user