File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1245,7 +1245,8 @@ tls
1245
1245
Defaults to None, which indicates that TLS should not be used.
1246
1246
1247
1247
protocol
1248
- choose the version of the MQTT protocol to use. Use either ``MQTTv31 `` or ``MQTTv311 ``.
1248
+ choose the version of the MQTT protocol to use. Use either ``MQTTv31 ``,
1249
+ ``MQTTv311 ``, or ``MQTTv5`.
1249
1250
1250
1251
transport
1251
1252
set to "websockets" to send MQTT over WebSockets. Leave at the default of
@@ -1388,7 +1389,8 @@ tls
1388
1389
Defaults to None, which indicates that TLS should not be used.
1389
1390
1390
1391
protocol
1391
- choose the version of the MQTT protocol to use. Use either ``MQTTv31 `` or ``MQTTv311 ``.
1392
+ choose the version of the MQTT protocol to use. Use either ``MQTTv31 ``,
1393
+ ``MQTTv311 ``, or ``MQTTv5 ``.
1392
1394
1393
1395
1394
1396
Simple Example
You can’t perform that action at this time.
0 commit comments