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.
2 parents 3f3c16e + f21947a commit 36befccCopy full SHA for 36befcc
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