2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +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:
rudolfkoenig 2016-01-22 13:27:34 +00:00
parent a95d56bd6a
commit 949576ba55

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;