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

Color Control server is broken with dynamic endpoints #26959

Closed
bzbarsky-apple opened this issue May 30, 2023 · 0 comments · Fixed by #26922
Closed

Color Control server is broken with dynamic endpoints #26959

bzbarsky-apple opened this issue May 30, 2023 · 0 comments · Fixed by #26922
Assignees
Labels
app-clusters Application cluster work

Comments

@bzbarsky-apple
Copy link
Contributor

Similar to #25984 but for Color Control server, which does:

    uint16_t index            = emberAfFindClusterServerEndpointIndex(endpoint, ColorControl::Id);
    EmberEventControl * event = nullptr;

    if (index < ArraySize(eventControls))

where

    EmberEventControl eventControls[EMBER_AF_COLOR_CONTROL_CLUSTER_SERVER_ENDPOINT_COUNT];

@jmartinez-silabs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-clusters Application cluster work
Projects
None yet
2 participants