-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Ignore fles * Show exception information in fire_alarm_demo Check command result for ST_answer_OK message and continue before checking if the result is valid JSON * Updated version * Follow coding guideliens Co-authored-by: Jan Bouwhuis <[email protected]> * Remove commented line for additional logging information Co-authored-by: Jan Bouwhuis <[email protected]> * Exception handling in demo1 Use better naming for the exception Remove pass if an exception is caught --------- Co-authored-by: AmpioRosso <[email protected]> Co-authored-by: Jan Bouwhuis <[email protected]>
- Loading branch information
1 parent
10d73ce
commit a94d646
Showing
4 changed files
with
9 additions
and
3 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 |
---|---|---|
|
@@ -108,3 +108,4 @@ venv.bak/ | |
|
||
# vscode | ||
.vscode/* | ||
.vs/* |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Elro connects P1 API.""" | ||
|
||
__version__ = "0.5.4" | ||
__version__ = "0.5.4.1" |
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