From 21a0e55c4a070ea5186cb78edc4c9d559cce9c4f Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Fri, 22 Jan 2016 13:27:34 +0000 Subject: [PATCH] 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 --- fhem/FHEM/90_at.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/90_at.pm b/fhem/FHEM/90_at.pm index 612dd6a32..e283157a8 100755 --- a/fhem/FHEM/90_at.pm +++ b/fhem/FHEM/90_at.pm @@ -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;