2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

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:
#
# 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;
}