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 3f85ad7d01 fix(plc4py/umas): Can now sort the list of tags by memory
address
add 60c613af80 fix(plc4py/umas): Support for manual fields in data item
and string variables
No new revisions were added by this update.
Summary of changes:
.../python/PythonLanguageTemplateHelper.java | 2 +-
.../python/complex-type-template.python.ftlh | 21 ++++----
.../templates/python/data-io-template.python.ftlh | 4 +-
.../src/main/resources/protocols/umas/umas.mspec | 12 ++++-
sandbox/plc4py/plc4py/drivers/umas/UmasDevice.py | 63 ++++++++++++++--------
.../plc4py/plc4py/protocols/umas/StaticHelper.py | 16 ++++++
.../plc4py/protocols/umas/readwrite/DataItem.py | 38 +++++++++++++
.../protocols/umas/readwrite/UmasDataType.py | 2 +-
.../umas/readwrite/VariableRequestReference.py | 50 +++++++++++++----
9 files changed, 161 insertions(+), 47 deletions(-)