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

fix: Add missing response ID #1181

Merged
merged 1 commit into from
Sep 9, 2024
Merged

fix: Add missing response ID #1181

merged 1 commit into from
Sep 9, 2024

Conversation

canardos
Copy link
Contributor

@canardos canardos commented Sep 9, 2024

The ZCL view group command response is defined correctly in Zcl.Clusters.genGroups.commandResponse.viewRsp (id=1), but the ID is missing from Zcl.Clusters.genGroups.commands.view.

This leads to the a timeout when the the view groups command is sent, because the lib is waiting on a response with incorrect frameType and commandIdentifier, which never arrives.

This PR adds the missing response ID to the command.

@canardos canardos marked this pull request as draft September 9, 2024 05:35
@canardos canardos marked this pull request as ready for review September 9, 2024 05:51
@Koenkk Koenkk merged commit fc229cc into Koenkk:master Sep 9, 2024
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented Sep 9, 2024

Thanks!

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