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

ZStack: fix request network address blocking all requests #1256

Merged
merged 6 commits into from
Dec 14, 2024
Merged

Conversation

Koenkk
Copy link
Owner

@Koenkk Koenkk commented Dec 8, 2024

@Koenkk Koenkk merged commit 09eb767 into master Dec 14, 2024
2 checks passed
@Koenkk Koenkk deleted the fix/z2m-24671 branch December 14, 2024 13:32
@@ -317,7 +316,7 @@ class ZStackAdapter extends Adapter {
networkAddress: number,
clusterId: Zdo.ClusterId,
payload: Buffer,
disableResponse: true,
disableResponse: boolean,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Switching to this "internal" function breaks proper typing, since that means it allows awaiting for response even though it shouldn't (doesn't have one for given cluster). The 2 overloads are not used anymore for the "internal" function.

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.

Since version 1.40.2 and after few hours, unable to change state of lights
2 participants