From 0784de4190798a53d45312d1fd63d5057d4d40eb Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 3 Sep 2017 21:04:46 +0000 Subject: [PATCH] 93_Log2Syslog: V3.1.0, get certinfo added git-svn-id: https://svn.fhem.de/fhem/trunk@14998 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/93_Log2Syslog.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fhem/FHEM/93_Log2Syslog.pm b/fhem/FHEM/93_Log2Syslog.pm index 805bdb56f..e8f58d418 100644 --- a/fhem/FHEM/93_Log2Syslog.pm +++ b/fhem/FHEM/93_Log2Syslog.pm @@ -30,7 +30,7 @@ ###################################################################################################################### # Versions History: # -# 3.1.0 28.08.2017 get-function added, commandref revised +# 3.1.0 28.08.2017 get-function added, commandref revised, $readingFnAttributes deleted # 3.0.0 27.08.2017 change attr type to protocol, ready to check in # 2.6.0 26.08.2017 more than one Log2Syslog device can be created # 2.5.2 26.08.2018 fix in splitting timestamp, change Log2Syslog_trate using internaltimer with attr @@ -109,8 +109,7 @@ sub Log2Syslog_Initialize($) { "timeout ". "protocol:UDP,TCP ". "port ". - "rateCalcRerun ". - $readingFnAttributes + "rateCalcRerun " ; return undef; }