diff --git a/fhem/contrib/DS_Starter/93_Log2Syslog.pm b/fhem/contrib/DS_Starter/93_Log2Syslog.pm index 2c450cb2c..c3e17625a 100644 --- a/fhem/contrib/DS_Starter/93_Log2Syslog.pm +++ b/fhem/contrib/DS_Starter/93_Log2Syslog.pm @@ -1371,6 +1371,8 @@ sub Log2Syslog_sendTestMsg($$) { if($own) { # eigene Testmessage ohne Formatanpassung raw senden $data = $own; + $pid = $hash->{SEQNO}; # PayloadID zur Nachverfolgung der Eventabfolge + $hash->{SEQNO}++; } else { $ts = TimeNow();