diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm index 6eeb5d013..b480ce0e6 100755 --- a/FHEM/01_FHEMWEB.pm +++ b/FHEM/01_FHEMWEB.pm @@ -572,6 +572,9 @@ FW_answerCall($) if($cmd =~ m/^define +([^ ]+) /) { # "redirect" after define to details $FW_detail = $1; } + elsif($cmd =~ m/^copy +([^ ]+) +([^ ]+)/) { # "redirect" after define to details + $FW_detail = $2; + } } # Redirect after a command, to clean the browser URL window