Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update getting-started.md #74

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ client has the following parameters. The class object holds session information

- config: MQTTConfig config object

-client_id: Should be a unique identifier for connection to the MQTT broker.
- client_id: Should be a unique identifier for connection to the MQTT broker.

- clean_session: Enables broker to establish a persistent session.
In a persistent session clean_session = False.
Expand All @@ -74,4 +74,4 @@ client has the following parameters. The class object holds session information
purges all information from any previous persistent session.
The client_id identifies the session.

- optimistic_acknowledgement
- optimistic_acknowledgement