You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/application/config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Application configuration can be broken down into required and optional configur
17
17
-`options.mqtt.cleanStart` A boolean value indicating whether to discard any previous state when reconnecting to the service. Defaults to `False`.
18
18
-`options.mqtt.sessionExpiry` When cleanStart is disabled, defines the maximum age of the previous session (in seconds). Defaults to `False`.
19
19
-`options.mqtt.keepAlive` Control the frequency of MQTT keep alive packets (in seconds). Details to `60`.
20
-
-`options.mqtt.caFile` A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to `messaging.pem` inside this module.
20
+
-`options.mqtt.caFile` A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to `messaging.pem` inside this module. Use the special string `"_os_"` to use default python/OS truststore.
21
21
22
22
23
23
The config parameter when constructing an instance of `wiotp.sdk.application.ApplicationClient` expects to be passed a dictionary containing this configuration:
Copy file name to clipboardExpand all lines: docs/device/config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Device configuration can be broken down into required and optional configuration
16
16
-`options.mqtt.cleanStart` A boolean value indicating whether to discard any previous state when reconnecting to the service. Defaults to `False`.
17
17
-`options.mqtt.sessionExpiry` When cleanStart is disabled, defines the maximum age of the previous session (in seconds). Defaults to `False`.
18
18
-`options.mqtt.keepAlive` Control the frequency of MQTT keep alive packets (in seconds). Details to `60`.
19
-
-`options.mqtt.caFile` A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to `messaging.pem` inside this module.
19
+
-`options.mqtt.caFile` A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to `messaging.pem` inside this module. Use the special string `"_os_"` to use default python/OS truststore.
20
20
21
21
22
22
The config parameter when constructing an instance of `wiotp.sdk.device.DeviceClient` expects to be passed a dictionary containing this configuration:
Copy file name to clipboardExpand all lines: docs/gateway/config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Gateway configuration can be broken down into required and optional configuratio
16
16
-`options.mqtt.cleanStart` A boolean value indicating whether to discard any previous state when reconnecting to the service. Defaults to `False`.
17
17
-`options.mqtt.sessionExpiry` When cleanStart is disabled, defines the maximum age of the previous session (in seconds). Defaults to `False`.
18
18
-`options.mqtt.keepAlive` Control the frequency of MQTT keep alive packets (in seconds). Details to `60`.
19
-
-`options.mqtt.caFile` A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to `messaging.pem` inside this module.
19
+
-`options.mqtt.caFile` A String value indicating the path to a CA file (in pem format) to use in verifying the server certificate. Defaults to `messaging.pem` inside this module. Use the special string `"_os_"` to use default python/OS truststore.
20
20
21
21
22
22
The config parameter when constructing an instance of `wiotp.sdk.gateway.GatewayClient` expects to be passed a dictionary containing this configuration:
0 commit comments