mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
98_copy.pm: added call to CopyFn. see forum: http://forum.fhem.de/index.php/topic,32759.msg254326.html#msg254326
git-svn-id: https://svn.fhem.de/fhem/trunk@7789 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
757ec17b82
commit
a55c4dee6f
@ -41,6 +41,8 @@ CommandCopy($$)
|
||||
next if( $a eq 'userattr' );
|
||||
CommandAttr($hash, "$args[1] $a $attr{$args[0]}{$a}");
|
||||
}
|
||||
|
||||
CallFn($args[1], "CopyFn", $args[0], $args[1]);
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user