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 e08a16f20d chore(plc4py): Fixed build wrong import was used re.Pattern
instead of typing.Pattern
add 1ee6a578f9 chore(plc4py): Fixed Enums and working on DataIO template
No new revisions were added by this update.
Summary of changes:
.../python/PythonLanguageTemplateHelper.java | 40 +-
.../templates/python/data-io-template.python.ftlh | 87 +--
.../templates/python/enum-template.python.ftlh | 1 +
.../plc4py/drivers/modbus/ModbusConfiguration.py | 3 +
.../plc4py/drivers/modbus/ModbusConnection.py | 2 +-
.../plc4py/plc4py/drivers/modbus/ModbusDevice.py | 60 +-
sandbox/plc4py/plc4py/drivers/modbus/ModbusTag.py | 124 ++--
.../plc4py/protocols/modbus/readwrite/DataItem.py | 775 +++++++--------------
.../protocols/modbus/readwrite/ModbusDataType.py | 1 +
.../protocols/simulated/readwrite/DataItem.py | 712 +++++++------------
.../simulated/readwrite/SimulatedDataTypeSizes.py | 1 +
sandbox/plc4py/plc4py/utils/GenericTypes.py | 21 +
.../drivers/modbus/test_modbus_connection.py | 4 +-
13 files changed, 695 insertions(+), 1136 deletions(-)