Commit 91d21f9e authored by Andreas Heine's avatar Andreas Heine Committed by GitHub

Update client.py

parent 83591eee
......@@ -675,7 +675,7 @@ class Client:
for node in nodes:
desc = ua.BrowseDescription()
desc.NodeId = node.nodeid
desc.ResultMask = 63
desc.ResultMask = ua.BrowseResultMask.All
nodestobrowse.append(desc)
parameters = ua.BrowseParameters()
parameters.View = ua.ViewDescription()
......
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