2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +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:
rudolfkoenig 2017-01-06 13:53:27 +00:00
parent acc33cb8ce
commit 29fe85356e

View File

@ -530,7 +530,7 @@ CUL_ReadAnswer($$$$)
my ($hash, $arg, $anydata, $regexp) = @_;
my $ohash = $hash;
while($hash->{TYPE} ne "CUL") { # Look for the first "real" CUL
while($hash && $hash->{TYPE} !~ m/$culNameRe/) {
$hash = $hash->{IODev};
}
return ("No FD", undef)