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

Add delegate to Fan Control to support application specific Step Command #27328

Closed
4 tasks done
mhazley opened this issue Jun 19, 2023 · 0 comments · Fixed by #28000
Closed
4 tasks done

Add delegate to Fan Control to support application specific Step Command #27328

mhazley opened this issue Jun 19, 2023 · 0 comments · Fixed by #28000
Assignees
Labels
app-clusters Application cluster work v1.2

Comments

@mhazley
Copy link
Contributor

mhazley commented Jun 19, 2023

Description

The Fan Control cluster has added a Step command and the effect of that command is manufacturer specific.

Therefore, we need to add a delegate to the Fan Control cluster in SDK so that the application can configure an object to handle this command.

TODO

  • Add delegate table to Fan Control server
  • Add function for application to assign delegates to endpoints
  • Add delegate header with virtual function, HandleStep
  • Add instance of this delegate to the existing fan stub in all clusters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-clusters Application cluster work v1.2
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants