You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/09/02 12:30:15 UTC

[plc4x] branch s7event updated (4355963 -> fc7634e)

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a change to branch s7event
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from 4355963  Made the KNX driver interpret the "device name discovery-option"
     add 0e57493  fix: PLC4X-312 - CAN NOT READ STRING FROM S7 PLC
     new fc7634e  Merge branch 's7event' of github.com:apache/plc4x into s7event

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/plc4x/java/s7/readwrite/field/S7Field.java   |  3 ++-
 .../plc4x/java/s7/readwrite/field/S7FieldTest.java      | 17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

[plc4x] 01/01: Merge branch 's7event' of github.com:apache/plc4x into s7event

Posted by cd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch s7event
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit fc7634e9177c0fbb25261094effba6dda782d5e3
Merge: 0e57493 4355963
Author: cdutz <ch...@c-ware.de>
AuthorDate: Thu Sep 2 14:29:50 2021 +0200

    Merge branch 's7event' of github.com:apache/plc4x into s7event

 plc4go/internal/plc4go/knxnetip/Discoverer.go |  26 +++-
 plc4go/internal/plc4go/knxnetip/Driver.go     |   2 +-
 plc4go/pkg/plc4go/model/plc_discovery.go      | 164 ++++++++++++++------------
 3 files changed, 110 insertions(+), 82 deletions(-)