diff --git a/fhem/contrib/93_Log2Syslog.pm b/fhem/contrib/93_Log2Syslog.pm index 93e70c2e3..f4e4a1b34 100644 --- a/fhem/contrib/93_Log2Syslog.pm +++ b/fhem/contrib/93_Log2Syslog.pm @@ -173,7 +173,8 @@ sub Log2Syslog_Initialize($) { "timeout ". "protocol:UDP,TCP ". "port ". - "rateCalcRerun " + "rateCalcRerun ". + $readingFnAttributes ; return undef; }