2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 23:06:05 +00:00

93_Log2Syslog: V4

git-svn-id: https://svn.fhem.de/fhem/trunk@17076 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-08-01 20:30:56 +00:00
parent c6392fefe9
commit e83936d498

View File

@ -173,7 +173,8 @@ sub Log2Syslog_Initialize($) {
"timeout ".
"protocol:UDP,TCP ".
"port ".
"rateCalcRerun "
"rateCalcRerun ".
$readingFnAttributes
;
return undef;
}