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 14c4718 Site checkin for project PLC4X: Jenkins Tools
14c4718 is described below
commit 14c4718bce03f8f9d4ed14fd439bf66c85ede4f4
Author: jenkins <[email protected]>
AuthorDate: Mon Jul 13 15:24:34 2020 +0000
Site checkin for project PLC4X: Jenkins Tools
---
users/protocols/knxnetip.html | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/users/protocols/knxnetip.html b/users/protocols/knxnetip.html
index e3abc2e..9203c77 100644
--- a/users/protocols/knxnetip.html
+++ b/users/protocols/knxnetip.html
@@ -333,6 +333,15 @@
<tr>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
+<p><code>write</code></p>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
+<p>Only supported with <code>tcp</code> transport.</p>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"></td>
+<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
<p><code>subscribe</code></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"></div></td>
@@ -421,7 +430,7 @@
<p>Depending on the <code>group-address-type</code> configured in the
connection string or defined in the knxproj-file configured by the
<code>knxproj-file-path</code> connection string parameter, the corresponding
address pattern has to be used.</p>
</div>
<div class="paragraph">
-<p>However, each segment allows using of the wildcard character <code>*</code>.
+<p>However, when subscribing for events, each segment allows using of the
wildcard character <code>*</code>.
If the addresses used in the KNX installation are structured, this way it is
possible to, for example (depending on the scheme used):</p>
</div>
<div class="ulist">
@@ -437,6 +446,18 @@ If the addresses used in the KNX installation are
structured, this way it is pos
</li>
</ul>
</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+Don’t use wildcards when explicitly reading or writing data, this is
only supported when subscribing to events.
+</td>
+</tr>
+</table>
+</div>
</div>
</div>
</div>