-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added: Frequency * Added: Show to which broker and port the connection was made when logging is set to INFO * Added: Try to reconnect every 15 seconds to MQTT broker, if connection is closed abnormally * Changed: Improved error handling and output
- Loading branch information
Showing
3 changed files
with
97 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[flake8] | ||
max-line-length = 216 | ||
exclude = | ||
./dbus-mqtt-grid/ext | ||
extend-ignore: | ||
# E203 whitespace before ':' conflicts with black code formatting. Will be ignored in flake8 | ||
E203 | ||
# E402 module level import not at top of file | ||
E402 |
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