mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
feat(nc): support new subtypes of String
This commit is contained in:
parent
f027087af0
commit
c6f845d20e
@ -76,6 +76,16 @@ opaque_type_mapping = {
|
||||
'id': 12,
|
||||
'name': 'String'
|
||||
},
|
||||
'UriString': {
|
||||
'ns': 0,
|
||||
'id': 12,
|
||||
'name': 'String'
|
||||
},
|
||||
'SemanticVersionString': {
|
||||
'ns': 0,
|
||||
'id': 12,
|
||||
'name': 'String'
|
||||
},
|
||||
'Duration': {
|
||||
'ns': 0,
|
||||
'id': 11,
|
||||
|
Loading…
Reference in New Issue
Block a user