Skip to content

Commit

Permalink
Deployed 6c91587 to docs-develop with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 20, 2024
1 parent b26ee80 commit c5fe116
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4341,9 +4341,6 @@ <h1 id="cloud-service-configuration">Cloud Service Configuration</h1>
<p><strong>republish.mqtt.birth.cert.on.gps.lock</strong>: when set to true, forces a republish of the MQTT Birth Certificate when a GPS correct position lock is received. The device is then registered with its real coordinates. (Required field).</p>
</li>
<li>
<p><strong>republish.mqtt.birth.cert.on.modem.detect</strong>: when set to true, forces a republish of the MQTT Birth Certificate when the service receives a modem detection event. This functionality is currently not supported on devices configured to use <a href="https://networkmanager.dev">NetworkManager</a>, in this case the property value is ignored. (Required field).</p>
</li>
<li>
<p><strong>enable.default.subscriptions</strong>: manages the default subscriptions to the gateway management MQTT topics. When disabled, the gateway will not be remotely manageable.</p>
</li>
<li>
Expand Down Expand Up @@ -4383,7 +4380,7 @@ <h1 id="cloud-service-configuration">Cloud Service Configuration</h1>
<ol>
<li><a href="https://github.com/eclipse/kura/blob/develop/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/message/KuraBirthPayload.java">BIRTH message</a>: sent immediately when device is connected to the cloud platform;</li>
<li><a href="https://github.com/eclipse/kura/blob/develop/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/message/KuraDisconnectPayload.java">DISCONNECT message</a>: sent immediately before device is disconnected from the cloud platform;</li>
<li>delayed <a href="https://github.com/eclipse/kura/blob/develop/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/message/KuraBirthPayload.java">BIRTH message</a>: sent when new cloud application handler becomes available, a DP is installed or removed, GPS position is locked (can be disabled), or when modem status changes (can be disabled). These messages are cached for 30 seconds before sending. If no other message of such type arrives the message is sent; otherwise the BIRTH is cached and the timeout restarts. This is to avoid sending multiple messages when the framework starts.</li>
<li>delayed <a href="https://github.com/eclipse/kura/blob/develop/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/message/KuraBirthPayload.java">BIRTH message</a>: sent when new cloud application handler becomes available, a DP is installed or removed, or when the GPS position is locked (can be disabled). These messages are cached for 30 seconds before sending. If no other message of such type arrives the message is sent; otherwise the BIRTH is cached and the timeout restarts. This is to avoid sending multiple messages when the framework starts.</li>
</ol>


Expand Down
Binary file modified docs-develop/gateway-configuration/images/cloud-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs-develop/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs-develop/sitemap.xml.gz
Binary file not shown.

0 comments on commit c5fe116

Please sign in to comment.