98_structure.pm: bugfix (Forum #28623)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7056 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-11-24 11:51:07 +00:00
parent e79d119c38
commit e1768a8d6a

View File

@@ -377,7 +377,7 @@ structure_Set($@)
} else { } else {
my $async_delay = AttrVal($hash->{NAME}, "async_delay", undef); my $async_delay = AttrVal($hash->{NAME}, "async_delay", undef);
if(defined($async_delay)) { if(defined($async_delay) && $list[1] ne "?") {
$startAsyncProcessing = $async_delay if(!@{$hash->{".asyncQueue"}}); $startAsyncProcessing = $async_delay if(!@{$hash->{".asyncQueue"}});
push @{$hash->{".asyncQueue"}}, join(" ", @list); push @{$hash->{".asyncQueue"}}, join(" ", @list);