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

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


    from 29517d5b5d fix(plc4py/umas): Fixed alignment on return packet
     add ab38d29e28 fix(plc4py/umas): Failed Attempt to pass the function key 
as a parameter

No new revisions were added by this update.

Summary of changes:
 .../python/complex-type-template.python.ftlh       | 12 ++--
 .../src/main/resources/protocols/umas/umas.mspec   | 16 ++---
 sandbox/plc4py/plc4py/drivers/umas/UmasDevice.py   |  6 +-
 sandbox/plc4py/plc4py/drivers/umas/UmasProtocol.py | 16 +++--
 .../plc4py/protocols/modbus/readwrite/ModbusADU.py | 11 ++--
 .../plc4py/protocols/modbus/readwrite/ModbusPDU.py |  3 -
 .../plc4py/protocols/umas/readwrite/ModbusPDU.py   | 44 ++++++++------
 .../protocols/umas/readwrite/ModbusPDUError.py     | 12 ++--
 .../protocols/umas/readwrite/ModbusTcpADU.py       | 36 +++++++-----
 .../plc4py/protocols/umas/readwrite/UmasPDU.py     | 10 ++--
 .../plc4py/protocols/umas/readwrite/UmasPDUItem.py | 58 ++++++++++--------
 ...UmasPDURequest.py => UmasPDUPlcIdentRequest.py} | 30 +++++-----
 ...asPDUResponse.py => UmasPDUPlcIdentResponse.py} | 68 ++++++++++++++--------
 13 files changed, 183 insertions(+), 139 deletions(-)
 copy sandbox/plc4py/plc4py/protocols/umas/readwrite/{UmasPDURequest.py => 
UmasPDUPlcIdentRequest.py} (73%)
 copy sandbox/plc4py/plc4py/protocols/umas/readwrite/{UmasPDUResponse.py => 
UmasPDUPlcIdentResponse.py} (75%)

Reply via email to