Skip to content

Commit 0f8733e

Browse files
committed
Updated function docstring.
1 parent f21947a commit 0f8733e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cayenne/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def begin(self, username, password, clientid, hostname='mqtt.mydevices.com', por
133133
password is the Cayenne password.
134134
clientID is the Cayennne client ID for the device.
135135
hostname is the MQTT broker hostname.
136-
port is the MQTT broker port.
136+
port is the MQTT broker port. Use port 8883 for secure connections.
137137
"""
138138
self.rootTopic = "v1/%s/things/%s" % (username, clientid)
139139
self.client = mqtt.Client(client_id=clientid, clean_session=True, userdata=self)

0 commit comments

Comments
 (0)