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 43048f242 Site checkin for project PLC4X: Jenkins Tools
43048f242 is described below

commit 43048f242cafe95d278f577f2e87a3149b0de132
Author: jenkins <[email protected]>
AuthorDate: Mon Feb 17 10:45:45 2025 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 plc4x/pre-release/users/tools/opm.html | 2 +-
 search-index.js                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plc4x/pre-release/users/tools/opm.html 
b/plc4x/pre-release/users/tools/opm.html
index 4ee9a78aa..154670d93 100644
--- a/plc4x/pre-release/users/tools/opm.html
+++ b/plc4x/pre-release/users/tools/opm.html
@@ -566,7 +566,7 @@ The first call received after the cache-duration will then 
result in a call (whi
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-java hljs" 
data-lang="java">public static void main(String[] args) {
     PlcEntityManager em = new PlcEntityManager();
-    MyEntity entity = em.connect(MyEntity.class, "s7://...");
+    MyEntity entity = em.read(MyEntity.class, "s7://...");
     System.out.println(entity.getPressure());
 }</code></pre>
 </div>
diff --git a/search-index.js b/search-index.js
index b856e496a..3740b7e0b 100644
--- a/search-index.js
+++ b/search-index.js
@@ -1 +1 @@
-antoraSearch.initSearch(lunr, 
{"index":{"version":"2.3.9","fields":["title","name","text","component"],"fieldVectors":[["title/1",[0,67.136]],["name/1",[1,1.535]],["text/1",[]],["component/1",[2,0.399]],["title/2-1",[3,33.743,4,29.809]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,42.421]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,11.814,7,12.43,8,9.363,9,16.013,10,15.704,11,20.849,12,27.009,13,12.165]],["name/2-3",[]],["text/2-3",[]],["
 [...]
\ No newline at end of file
+antoraSearch.initSearch(lunr, 
{"index":{"version":"2.3.9","fields":["title","name","text","component"],"fieldVectors":[["title/1",[0,67.136]],["name/1",[1,1.535]],["text/1",[]],["component/1",[2,0.399]],["title/2-1",[3,33.743,4,29.809]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,42.421]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,11.814,7,12.43,8,9.363,9,16.013,10,15.704,11,20.849,12,27.009,13,12.165]],["name/2-3",[]],["text/2-3",[]],["
 [...]
\ No newline at end of file

Reply via email to