Skip to content

Commit

Permalink
State packet type in ack event in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Aug 11, 2019
1 parent 809ff5b commit 397e3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -139,7 +139,7 @@ Events:
2. `client`, it will be null if the message is published using
[`publish`](#publish). It is by design that the broker heartbeat will be on publish event, in this case `client` is null
* `ack`: when a packet published to a client is delivered successfully with QoS 1 or QoS 2, arguments:
1. `packet`
1. `packet`, this will be the original PUBLISH packet in QoS 1, and PUBREL in QoS 2
2. `client`
* `ping`: when a [Client](#client) sends a ping, arguments:
1. `packet`
Expand Down

0 comments on commit 397e3f6

Please sign in to comment.