mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
9d78d7720e
commit
63b4e819ae
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user