90_at.pm: remove volatile on change (Forum #47941)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10594 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-01-22 13:27:34 +00:00
parent b7b5b6ee8d
commit 21a0e55c4a

View File

@@ -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;