mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
90_at.pm: remove volatile on change (Forum #47941)
git-svn-id: https://svn.fhem.de/fhem/trunk@10594 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a95d56bd6a
commit
949576ba55
@ -82,6 +82,7 @@ at_Define($$)
|
||||
$rel = "" if(!defined($rel));
|
||||
$rep = "" if(!defined($rep));
|
||||
$cnt = "" if(!defined($cnt));
|
||||
delete $hash->{VOLATILE} if (defined($hash->{VOLATILE}));
|
||||
$hash->{RELATIVE} = ($rel ? "yes" : "no");
|
||||
$hash->{PERIODIC} = ($rep ? "yes" : "no");
|
||||
$hash->{TIMESPEC} = $tspec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user