This is an automated email from the ASF dual-hosted git repository.
hutcheb pushed a change to branch plc4py/plc_field
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from 9a9b4b670a Realized I missed the PlcDriver class and went straight to
PlcConnection
add 24247f30b9 Finished including PlcDriver
No new revisions were added by this update.
Summary of changes:
sandbox/plc4py/plc4py/PlcDriverManager.py | 11 +++++----
sandbox/plc4py/plc4py/api/PlcDriver.py | 8 +++----
.../plc4py/plc4py/api/authentication/__init__.py | 18 ++++++++++++++
.../{PlcConnectionLoader.py => PlcDriverLoader.py} | 6 ++---
.../plc4py/plc4py/drivers/mock/MockConnection.py | 28 ++++++++++++++++++----
.../plc4py/drivers/modbus/ModbusConnection.py | 27 +++++++++++++++++----
sandbox/plc4py/plc4py/spi/PlcDriverClassLoader.py | 4 ++--
sandbox/plc4py/setup.py | 4 ++--
sandbox/plc4py/tests/test_plc4py.py | 1 +
9 files changed, 83 insertions(+), 24 deletions(-)
rename sandbox/plc4py/plc4py/drivers/{PlcConnectionLoader.py =>
PlcDriverLoader.py} (91%)