Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdp: fix order of connect initialization, fix struct generation #678

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

Morg42
Copy link
Member

@Morg42 Morg42 commented Oct 5, 2024

No description provided.

@Morg42 Morg42 requested a review from onkelandy October 5, 2024 21:26
@Morg42 Morg42 self-assigned this Oct 5, 2024
@@ -1039,7 +1032,13 @@ def _send(self, data_dict, **kwargs):

def on_connect(self, by=None):
""" callback if connection is made. """
pass
if self._connection.connected():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Die Zeile könnte man sich theoretisch sparen..

@Morg42 Morg42 merged commit fdf6482 into smarthomeNG:develop Oct 11, 2024
5 checks passed
@Morg42 Morg42 deleted the sdp-2 branch October 11, 2024 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants