You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2022/09/29 14:06:57 UTC

[plc4x] branch plc4py/pipeline updated (ca564ce31 -> 906c07546)

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

hutcheb pushed a change to branch plc4py/pipeline
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from ca564ce31 feat(plc4py): Modbus Driver can now connect and disconnect
     add 906c07546 feat(plc4py): Added Generic for PlcConfiguration in PlcConnection

No new revisions were added by this update.

Summary of changes:
 sandbox/plc4py/plc4py/api/PlcConnection.py                 | 12 +++++++-----
 sandbox/plc4py/plc4py/drivers/mock/MockConnection.py       |  3 ++-
 .../{__init__.py => drivers/modbus/ModbusConfiguration.py} | 14 ++++++++------
 sandbox/plc4py/plc4py/drivers/modbus/ModbusConnection.py   |  5 +++--
 .../unit/plc4py/drivers/modbus/test_modbus_connection.py   |  2 +-
 5 files changed, 21 insertions(+), 15 deletions(-)
 copy sandbox/plc4py/plc4py/{__init__.py => drivers/modbus/ModbusConfiguration.py} (72%)