This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 98761eb Site checkin for project PLC4X: Jenkins Tools
98761eb is described below
commit 98761eb2143946b8960911ff0e05923e916c2e30
Author: jenkins <[email protected]>
AuthorDate: Thu Sep 2 13:56:18 2021 +0000
Site checkin for project PLC4X: Jenkins Tools
---
users/protocols/opc-ua.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/users/protocols/opc-ua.html b/users/protocols/opc-ua.html
index 22e6ef7..be94459 100644
--- a/users/protocols/opc-ua.html
+++ b/users/protocols/opc-ua.html
@@ -441,7 +441,7 @@ is selected based on the datatype of the returned value.
For Unsigned data types
</div>
<div class="listingblock">
<div class="content">
-<pre>ns={namespace-index};[s|i|g|b]={Identifier}:{Data Type}</pre>
+<pre>ns={namespace-index};[s|i|g|b]={Identifier};{Data Type}</pre>
</div>
</div>
<div class="sect3">
@@ -522,7 +522,7 @@ is selected based on the datatype of the returned value.
For Unsigned data types
<div class="listingblock">
<div class="content">
<pre>ns=2;s=HelloWorld/ScalarTypes/Boolean
-ns=2;s=HelloWorld/ScalarTypes/Boolean:BOOL</pre>
+ns=2;s=HelloWorld/ScalarTypes/Boolean;BOOL</pre>
</div>
</div>
<div class="paragraph">
@@ -531,7 +531,7 @@ ns=2;s=HelloWorld/ScalarTypes/Boolean:BOOL</pre>
<div class="listingblock">
<div class="content">
<pre>ns=1;i=1337
-ns=1;i=1337:DINT</pre>
+ns=1;i=1337;DINT</pre>
</div>
</div>
<div class="paragraph">
@@ -540,7 +540,7 @@ ns=1;i=1337:DINT</pre>
<div class="listingblock">
<div class="content">
<pre>ns=2;g=09087e75-8e5e-499b-954f-f2a8624db28a
-ns=2;g=09087e75-8e5e-499b-954f-f2a8624db28a:REAL</pre>
+ns=2;g=09087e75-8e5e-499b-954f-f2a8624db28a;REAL</pre>
</div>
</div>
<div class="paragraph">