We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b68d4 commit f21947aCopy full SHA for f21947a
README.rst
@@ -52,6 +52,8 @@ Below is an example of a simple client that publishes some sample data and recei
52
client = cayenne.client.CayenneMQTTClient()
53
client.on_message = on_message
54
client.begin(MQTT_USERNAME, MQTT_PASSWORD, MQTT_CLIENT_ID)
55
+ # For a secure connection use port 8883 when calling client.begin:
56
+ # client.begin(MQTT_USERNAME, MQTT_PASSWORD, MQTT_CLIENT_ID, port=8883)
57
58
i=0
59
timestamp = 0
0 commit comments