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:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user