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