98_structure.pm: bugfix (Forum #28623)

git-svn-id: https://svn.fhem.de/fhem/trunk@7056 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-11-24 11:51:07 +00:00
parent 483ba4f04f
commit 0bf38d1014

View File

@@ -377,7 +377,7 @@ structure_Set($@)
} else {
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"}});
push @{$hash->{".asyncQueue"}}, join(" ", @list);