93_Log2Syslog: V3.1.0, get certinfo added

git-svn-id: https://svn.fhem.de/fhem/trunk@14998 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2017-09-03 21:04:46 +00:00
parent 988bf6eaf7
commit 0784de4190

View File

@ -30,7 +30,7 @@
###################################################################################################################### ######################################################################################################################
# Versions History: # 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 # 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.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 # 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 ". "timeout ".
"protocol:UDP,TCP ". "protocol:UDP,TCP ".
"port ". "port ".
"rateCalcRerun ". "rateCalcRerun "
$readingFnAttributes
; ;
return undef; return undef;
} }