Commit ae971fdb authored by Sebastian Dransfeld's avatar Sebastian Dransfeld Committed by oroulet

Return list of nodeids

No need to return parameters, only contains list of nodeids.
parent 22f91460
......@@ -611,7 +611,7 @@ class UaClient:
response = struct_from_binary(ua.RegisterNodesResponse, data)
self.logger.debug(response)
response.ResponseHeader.ServiceResult.check()
return response.Parameters
return response.Parameters.RegisteredNodeIds
def unregister_nodes(self, nodes):
self.logger.info("unregister_nodes")
......
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