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 02e2d43204 fix(plc4py/umas): Initialize Comms message is now sent and 
ident message update
     add a0045f02a1 fix(plc4py/umas): PLC Status Message and Project CRC can 
now be received

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/protocols/umas/umas.mspec   | 11 +++
 sandbox/plc4py/plc4py/drivers/umas/UmasDevice.py   | 44 ++++++++++-
 .../plc4py/protocols/umas/readwrite/UmasPDUItem.py | 24 ++++++
 ...cIdentRequest.py => UmasPDUPlcStatusRequest.py} | 28 +++----
 ...CommsRequest.py => UmasPDUPlcStatusResponse.py} | 88 ++++++++++++++++------
 ...ommsRequest.py => UmasPDUProjectInfoRequest.py} | 52 ++++++-------
 sandbox/plc4py/plc4py/spi/generation/ReadBuffer.py |  6 +-
 .../plc4py/drivers/umas/test_umas_connection.py    |  2 +-
 8 files changed, 182 insertions(+), 73 deletions(-)
 copy sandbox/plc4py/plc4py/protocols/umas/readwrite/{UmasPDUPlcIdentRequest.py 
=> UmasPDUPlcStatusRequest.py} (75%)
 copy sandbox/plc4py/plc4py/protocols/umas/readwrite/{UmasInitCommsRequest.py 
=> UmasPDUPlcStatusResponse.py} (51%)
 copy sandbox/plc4py/plc4py/protocols/umas/readwrite/{UmasInitCommsRequest.py 
=> UmasPDUProjectInfoRequest.py} (66%)

Reply via email to