Commit 4c280ce1 authored by Ivan Tyagov's avatar Ivan Tyagov

Cleanup.

parent c0c8d166
......@@ -54,7 +54,6 @@ elif http_method == "POST":
# set to "ERP5 OPCUA Document" but only if it's not a None value
if node_value is not None and node_value != "None":
log("Set '%s' = '%s' to %s as %s" %(node_id, node_value, default_opcua_document, node_id))
node_dict = default_opcua_document.getNodeDict()
node_dict[node_id] = convertNodeValue(node_id, node_value, type_data)
default_opcua_document.setNodeDict(node_dict)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment