This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from 29346d5aa4 build(deps): bump commons-io:commons-io from 2.18.0 to
2.19.0 (#2108)
new 6e14c17c93 chore: Updated vendor ids for KNX and BacNet
new fc8c14501a chore: Commented out two fields
new 31fd33c622 feat: Made the Modbus driver use the single-register
request variant, if the tag fits into a single register.
The 3 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:
.../bacnetip/readwrite/model/BACnetVendorId.go | 160 +++++++++++++++--
.../knxnetip/readwrite/model/KnxManufacturer.go | 200 ++++++++++++++++++---
.../java/bacnetip/readwrite/BACnetVendorId.java | 14 +-
.../java/knxnetip/readwrite/KnxManufacturer.java | 18 +-
.../modbus/base/protocol/ModbusProtocolLogic.java | 20 ++-
.../java/modbus/ManualModbusTCPDriverTest.java | 10 +-
.../java/s7/readwrite/ManualS71200DriverTest.java | 4 +-
.../knxnetip/readwrite/model/KnxManufacturer.cs | 98 ++++++++--
.../protocols/bacnetip/bacnet-vendorids.mspec | 12 +-
.../protocols/knxnetip/knx-master-data.mspec | 16 +-
10 files changed, 478 insertions(+), 74 deletions(-)