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 bdc70e8f88 Fixed the way futures are created
add 9a9b4b670a Realized I missed the PlcDriver class and went straight to
PlcConnection
No new revisions were added by this update.
Summary of changes:
sandbox/plc4py/plc4py/api/PlcDriver.py | 70 ++++++++++++++++++++++
.../PlcAuthentication.py} | 2 +-
.../plc4py/plc4py/api/authentication/__init__.py | 0
sandbox/plc4py/plc4py/api/exceptions/exceptions.py | 4 ++
.../messages/{PlcMessage.py => PlcDiscovery.py} | 6 +-
.../plc4py/plc4py/drivers/mock/MockConnection.py | 11 +++-
6 files changed, 90 insertions(+), 3 deletions(-)
create mode 100644 sandbox/plc4py/plc4py/api/PlcDriver.py
copy sandbox/plc4py/plc4py/api/{messages/PlcMessage.py =>
authentication/PlcAuthentication.py} (96%)
create mode 100644 sandbox/plc4py/plc4py/api/authentication/__init__.py
copy sandbox/plc4py/plc4py/api/messages/{PlcMessage.py => PlcDiscovery.py}
(91%)