Skip to content

Commit e514f22

Browse files
authored
Merge pull request #9 from myDevicesIoT/feature/secure-connection
Updated function docstring.
2 parents 36befcc + 0f8733e commit e514f22

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)