Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3d60611 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
durera committed Oct 14, 2024
1 parent 11d857a commit 5cd6892
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 56 deletions.
2 changes: 1 addition & 1 deletion application/config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h2 id="optional-configuration">Optional Configuration<a class="headerlink" href
<li><code>options.mqtt.cleanStart</code> A boolean value indicating whether to discard any previous state when reconnecting to the service. Defaults to <code>False</code>.</li>
<li><code>options.mqtt.sessionExpiry</code> When cleanStart is disabled, defines the maximum age of the previous session (in seconds). Defaults to <code>False</code>.</li>
<li><code>options.mqtt.keepAlive</code> Control the frequency of MQTT keep alive packets (in seconds). Details to <code>60</code>.</li>
<li><code>options.mqtt.caFile</code> A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to <code>messaging.pem</code> inside this module.</li>
<li><code>options.mqtt.caFile</code> A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to <code>messaging.pem</code> inside this module. Use the special string <code>"_os_"</code> to use default python/OS truststore.</li>
</ul>
<p>The config parameter when constructing an instance of <code>wiotp.sdk.application.ApplicationClient</code> expects to be passed a dictionary containing this configuration:</p>
<pre><code class="language-python">myConfig = {
Expand Down
2 changes: 1 addition & 1 deletion device/config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h2 id="optional-configuration">Optional Configuration<a class="headerlink" href
<li><code>options.mqtt.cleanStart</code> A boolean value indicating whether to discard any previous state when reconnecting to the service. Defaults to <code>False</code>.</li>
<li><code>options.mqtt.sessionExpiry</code> When cleanStart is disabled, defines the maximum age of the previous session (in seconds). Defaults to <code>False</code>.</li>
<li><code>options.mqtt.keepAlive</code> Control the frequency of MQTT keep alive packets (in seconds). Details to <code>60</code>.</li>
<li><code>options.mqtt.caFile</code> A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to <code>messaging.pem</code> inside this module.</li>
<li><code>options.mqtt.caFile</code> A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to <code>messaging.pem</code> inside this module. Use the special string <code>"_os_"</code> to use default python/OS truststore.</li>
</ul>
<p>The config parameter when constructing an instance of <code>wiotp.sdk.device.DeviceClient</code> expects to be passed a dictionary containing this configuration:</p>
<pre><code class="language-python">myConfig = {
Expand Down
2 changes: 1 addition & 1 deletion gateway/config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h2 id="optional-configuration">Optional Configuration<a class="headerlink" href
<li><code>options.mqtt.cleanStart</code> A boolean value indicating whether to discard any previous state when reconnecting to the service. Defaults to <code>False</code>.</li>
<li><code>options.mqtt.sessionExpiry</code> When cleanStart is disabled, defines the maximum age of the previous session (in seconds). Defaults to <code>False</code>.</li>
<li><code>options.mqtt.keepAlive</code> Control the frequency of MQTT keep alive packets (in seconds). Details to <code>60</code>.</li>
<li><code>options.mqtt.caFile</code> A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to <code>messaging.pem</code> inside this module.</li>
<li><code>options.mqtt.caFile</code> A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to <code>messaging.pem</code> inside this module. Use the special string <code>"_os_"</code> to use default python/OS truststore.</li>
</ul>
<p>The config parameter when constructing an instance of <code>wiotp.sdk.gateway.GatewayClient</code> expects to be passed a dictionary containing this configuration:</p>
<pre><code class="language-python">myConfig = {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ <h2 id="uninstall">Uninstall<a class="headerlink" href="#uninstall" title="Perma
</html>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-07-01 15:40:46.061138+00:00
MkDocs version : 1.6.1
Build Date UTC : 2024-10-14 11:21:15.422757+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

75 changes: 25 additions & 50 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,127 +2,102 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/concepts/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/custommsg/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/exceptions/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/mqtt/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/config/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/api/bindings/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/api/dsc/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/api/lec/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/api/mgmt/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/api/status/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/api/usage/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/api/registry/devices/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/api/registry/diag/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/api/registry/types/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/mqtt/commands/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/mqtt/events/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/application/mqtt/status/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/device/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/device/config/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/device/managed/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/gateway/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/gateway/config/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
<url>
<loc>https://ibm-watson-iot.github.io/iot-python/gateway/managed/</loc>
<lastmod>2024-07-01</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-14</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 5cd6892

Please sign in to comment.