attrobit commented on a change in pull request #4909:
URL: https://github.com/apache/camel/pull/4909#discussion_r563174070



##########
File path: components/camel-milo/src/main/docs/milo-client-component.adoc
##########
@@ -228,6 +229,24 @@ Input parameters are taken from the body:
 * If the body is a `Variant`, then it will be wrapped in a `Variant[]` array
 * Otherwise the body will be converted into a `Variant` and wrapped in an 
array of `Variant[]`
 
+=== Read Values from Nodes
+
+The component provide a producer to read values from multiple opc-ua nodes. 
The Node-IDs will be defined in the header `CamelMilo.nodeIds` as list of 
strings. (see <<nodeid, Node-ID>> for the ID format).
+
+Example:
+```java
+from("direct:start")
+    .setHeader("CamelMilo.nodeIds", 
constant(Arrays.asList("nsu=urn:org:apache:camel;s=myitem1")))

Review comment:
       fixed.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to