You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2023/11/13 20:07:27 UTC

(plc4x) branch feat/plc4py_code_gen updated (1e05d3e8eb -> 1afdc98af9)

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

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


    from 1e05d3e8eb chore(plc4j): Accidentally pushed a change to the Java driver
     add 1afdc98af9 fix(plc4py): Fix parsing of Enums

No new revisions were added by this update.

Summary of changes:
 .../python/PythonLanguageTemplateHelper.java       |  2 +-
 .../python/complex-type-template.python.ftlh       |  4 ++--
 .../plc4py/drivers/modbus/ModbusConnection.py      |  2 +-
 .../plc4py/plc4py/drivers/modbus/ModbusDevice.py   | 23 ++++++++++++++++++++--
 sandbox/plc4py/plc4py/drivers/modbus/ModbusTag.py  |  7 +++----
 .../protocols/modbus/readwrite/ModbusPDUError.py   |  3 ++-
 .../ModbusPDUReadDeviceIdentificationRequest.py    |  3 ++-
 .../ModbusPDUReadDeviceIdentificationResponse.py   |  9 ++++++---
 sandbox/plc4py/plc4py/spi/generation/ReadBuffer.py | 20 ++++++++++++++++++-
 .../drivers/modbus/test_modbus_connection.py       |  3 ++-
 10 files changed, 59 insertions(+), 17 deletions(-)