This is an automated email from the ASF dual-hosted git repository. hutcheb pushed a change to branch feat/plc4py/modbus_write in repository https://gitbox.apache.org/repos/asf/plc4x.git
from a50b05e74a feat(plc4py): Fix support for parameters add 3359842c57 feat(plc4py): start looking at error handling No new revisions were added by this update. Summary of changes: .../plc4py/drivers/modbus/ModbusConfiguration.py | 2 +- plc4py/plc4py/drivers/modbus/ModbusDevice.py | 29 +++++----- .../plc4py/protocols/modbus/readwrite/DataItem.py | 2 +- ...VariableResponse.py => UmasPDUErrorResponse.py} | 32 +++++------ .../plc4py/protocols/umas/readwrite/UmasPDUItem.py | 9 +++ plc4py/plc4py/spi/generation/ReadBuffer.py | 22 ++++++-- plc4py/plc4py/spi/generation/WriteBuffer.py | 5 +- plc4py/plc4py/utils/GenericTypes.py | 5 +- .../drivers/modbus/test_modbus_connection.py | 65 ++++++++++++++++------ .../plc4py/drivers/umas/test_umas_connection.py | 6 +- .../src/main/resources/protocols/umas/umas.mspec | 3 + 11 files changed, 122 insertions(+), 58 deletions(-) copy plc4py/plc4py/protocols/umas/readwrite/{UmasPDUReadVariableResponse.py => UmasPDUErrorResponse.py} (77%)