From 8cdbc07bf353eb1e65fc0a621b8ed045402be02b Mon Sep 17 00:00:00 2001 From: joachim09876 <> Date: Fri, 28 Mar 2014 19:05:54 +0000 Subject: [PATCH] git-svn-id: https://svn.fhem.de/fhem/trunk@5354 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_cloneDummy.pm | 66 +++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/fhem/FHEM/98_cloneDummy.pm b/fhem/FHEM/98_cloneDummy.pm index 858666044..32cf73ecc 100644 --- a/fhem/FHEM/98_cloneDummy.pm +++ b/fhem/FHEM/98_cloneDummy.pm @@ -25,7 +25,7 @@ sub cloneDummy_Initialize($) { $hash->{DefFn} = "cloneDummy_Define"; $hash->{NotifyFn} = "cloneDummy_Notify"; - $hash->{AttrList} = "cloneIgnore ".$readingFnAttributes; + $hash->{AttrList} = "cloneIgnore ".$readingFnAttributes; } sub cloneDummy_Define($$) { @@ -59,12 +59,12 @@ sub cloneDummy_Notify($$) { readingsBeginUpdate($hash); if (($hs ne "") && ($rname eq $hs) ){ - readingsBulkUpdate($hash,"_state", $reading); + readingsBulkUpdate($hash,"_state", $reading); } - readingsBulkUpdate($hash,"state", "active"); + readingsBulkUpdate($hash,"state", "active"); unless (exists ($check{$rname})) { readingsBulkUpdate($hash, $rname, $rval); - } + } readingsEndUpdate($hash, 1); return; @@ -116,7 +116,7 @@ sub cloneDummy_Notify($$) { Usefull to prevent truncated readingnames coming from state events.
- Important: You MUST use different names for cloneDevice and sourceDevice!
+ Important: You MUST use different names for cloneDevice and sourceDevice!
=end html @@ -126,42 +126,42 @@ sub cloneDummy_Notify($$) {

cloneDummy