-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add mqtt5to3 adapter * fix import path * try fix syntax * fix syntax * remove will * fix circular imports * update import name * fix argument name * update ack_timeout_secs * set default value for adapter options * update comment * update callbacks in tests * add tls_ctx on mqtt5client * clean up codes * more comments * update doc comments * add a util function to convert mqtt5.qos to mqtt3.qos * update cr * remove connection from mqtt5 client * add a util function to convert Mqtt.QoS to Mqtt5.QoS
- Loading branch information
Showing
4 changed files
with
300 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.