|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <meta name="generator" content="Asciidoctor 2.0.12"> |
8 | 8 | <meta name="author" content="SICK AG"> |
9 | | -<title>Documentation - CSK_Module_MQTTClient 0.4.0</title> |
| 9 | +<title>Documentation - CSK_Module_MQTTClient 0.4.1</title> |
10 | 10 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
11 | 11 | <style> |
12 | 12 | /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */ |
|
615 | 615 | </head> |
616 | 616 | <body class="article toc2 toc-left"> |
617 | 617 | <div id="header"> |
618 | | -<h1>Documentation - CSK_Module_MQTTClient 0.4.0</h1> |
| 618 | +<h1>Documentation - CSK_Module_MQTTClient 0.4.1</h1> |
619 | 619 | <div class="details"> |
620 | 620 | <span id="author" class="author">SICK AG</span><br> |
621 | | -<span id="revnumber">version 0.4.0,</span> |
622 | | -<span id="revdate">2023-06-15</span> |
| 621 | +<span id="revnumber">version 0.4.1,</span> |
| 622 | +<span id="revdate">2023-09-19</span> |
623 | 623 | </div> |
624 | 624 | <div id="toc" class="toc2"> |
625 | 625 | <div id="toctitle">Table of Contents</div> |
@@ -765,11 +765,11 @@ <h2 id="_document_metadata">Document metadata</h2> |
765 | 765 | </tr> |
766 | 766 | <tr> |
767 | 767 | <th class="tableblock halign-left valign-top"><p class="tableblock">Version</p></th> |
768 | | -<td class="tableblock halign-left valign-top"><p class="tableblock">0.4.0</p></td> |
| 768 | +<td class="tableblock halign-left valign-top"><p class="tableblock">0.4.1</p></td> |
769 | 769 | </tr> |
770 | 770 | <tr> |
771 | 771 | <th class="tableblock halign-left valign-top"><p class="tableblock">Date</p></th> |
772 | | -<td class="tableblock halign-left valign-top"><p class="tableblock">2023-06-15</p></td> |
| 772 | +<td class="tableblock halign-left valign-top"><p class="tableblock">2023-09-19</p></td> |
773 | 773 | </tr> |
774 | 774 | <tr> |
775 | 775 | <th class="tableblock halign-left valign-top"><p class="tableblock">Author</p></th> |
@@ -830,7 +830,7 @@ <h4 id="_short_description_2">Short description</h4> |
830 | 830 | <strong>4) Publish</strong><br> |
831 | 831 | It is possible to publish MQTT messages via "publish" (via script) or "publishViaUI (via UI) to use preset values (check "presetPublish…​"-functions)<br> |
832 | 832 | Additionally it is possible to configure the module to listen / wait for specific events of other modules/apps and to forward their content to predefined topics with predefined QoS/Retain.<br> |
833 | | -This can be used e.g. to listen to "OtherModule.OnNewResult"-events and to forward the results via MQTT.<br> |
| 833 | +This can be used e.g. to listen to "OtherModule.OnNewResult"-events and to forward the results via MQTT (data will be forwarded to data type 'string').<br> |
834 | 834 | To do so make use of "addPublishEvent" (via script) or the "presetPublish"-functions (incl. "presetPublishEvent") and "addPublishEventViaUI".<br> |
835 | 835 | <br> |
836 | 836 | <strong>5) WillMessage</strong><br> |
@@ -1124,7 +1124,7 @@ <h5 id="API:Function:CSK_MQTTClient.addPublishEvent"><span class="breadcrumb">CS |
1124 | 1124 | <div class="sect5"> |
1125 | 1125 | <h6 id="_short_description_3">Short description</h6> |
1126 | 1126 | <div class="paragraph"> |
1127 | | -<p>Function to add an event to listen to and forward content if notified with configured MQTT publish message.</p> |
| 1127 | +<p>Function to add an event to listen to and forward content (as string) if notified with configured MQTT publish message.</p> |
1128 | 1128 | </div> |
1129 | 1129 | </div> |
1130 | 1130 | <div class="sect5"> |
@@ -1188,7 +1188,7 @@ <h5 id="API:Function:CSK_MQTTClient.addPublishEventViaUI"><span class="breadcrum |
1188 | 1188 | <div class="sect5"> |
1189 | 1189 | <h6 id="_short_description_4">Short description</h6> |
1190 | 1190 | <div class="paragraph"> |
1191 | | -<p>Function to add a preset event with preset configuration (topic, QoS, Retain) to listen to and to forward content via MQTT publish.</p> |
| 1191 | +<p>Function to add a preset event with preset configuration (topic, QoS, Retain) to listen to and to forward content (as string) via MQTT publish.</p> |
1192 | 1192 | </div> |
1193 | 1193 | </div> |
1194 | 1194 | <div class="sect5"> |
@@ -5286,8 +5286,8 @@ <h3 id="API:Enum:CSK_MQTTClient.TLSVersion"><span class="api-enum">CSK_MQTTClien |
5286 | 5286 | </div> |
5287 | 5287 | <div id="footer"> |
5288 | 5288 | <div id="footer-text"> |
5289 | | -Version 0.4.0<br> |
5290 | | -Last updated 2023-06-15 09:03:01 +0200 |
| 5289 | +Version 0.4.1<br> |
| 5290 | +Last updated 2023-09-19 11:19:46 +0200 |
5291 | 5291 | </div> |
5292 | 5292 | </div> |
5293 | 5293 | <script type="text/javascript"> |
|
0 commit comments