mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
at.pm: fix onetime at with shutdown (Forum #68680)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13648 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9065af0e25
commit
86d33894d9
@ -171,6 +171,8 @@ at_Exec($)
|
|||||||
|
|
||||||
my $skip = AttrVal($name, "skip_next", undef);
|
my $skip = AttrVal($name, "skip_next", undef);
|
||||||
delete $attr{$name}{skip_next} if($skip);
|
delete $attr{$name}{skip_next} if($skip);
|
||||||
|
$hash->{TEMPORARY} = 1 if($hash->{VOLATILE}); # 68680
|
||||||
|
delete $hash->{VOLATILE};
|
||||||
|
|
||||||
if(!$skip && !IsDisabled($name)) {
|
if(!$skip && !IsDisabled($name)) {
|
||||||
Log3 $name, 5, "exec at command $name";
|
Log3 $name, 5, "exec at command $name";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user