Skip to content

WIP: Nikola DataType support with missing DataTypeDescription

Nikola Balog requested to merge nikola_enumstring_support into master

We've identified that some OPC-UA servers may lack a DataTypeDescription for certain custom data types. While tools like UAExpert handle these cases gracefully, opcua-asyncio encounters difficulties.

This MR improves handling by attempting to reconstruct missing data types based on their property values. Currently, this approach works for custom EnumerationStrings.

Merge request reports