Skip to content

Commit

Permalink
Merge pull request #74 from Leon0824/patch-1
Browse files Browse the repository at this point in the history
Update getting-started.md
  • Loading branch information
azogue committed Nov 24, 2023
2 parents a13c3a0 + 9cf06e2 commit 27dcad3
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 27dcad3

Please sign in to comment.