-
Notifications
You must be signed in to change notification settings - Fork 2
Matter Application Cluster Logic Document Addition #18
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
Matter Application Cluster Logic Document Addition #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this document is very well written and provides all the necessary context and details for anyone to follow the steps and understand the process we are trying to show. I added to comments to try to add on that.
Thank you Daniel.
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Show resolved
Hide resolved
8ce2b87
to
a5d6f06
Compare
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
sld601-matter-application-development/matter-application-cluster-logic.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great content!
98bd292
to
4d019e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index.md should be updated to add a link to this file. It is missing other links as well, would be good to add those too
sld601-matter-application-development/matter-application-cluster-logic.md
Show resolved
Hide resolved
Co-authored-by: silabs-vm <vimorrow@silabs.com>
4d019e8
to
fe7cefb
Compare
This PR adds the Matter Application Cluster Logic document. Its main purpose is to show users how to customize existing applications and become familiar with the Matter application framework.
This document guides the user through creating a Doorlock application and implementing the OnOff cluster in the ZAP GUI. It then explains what happens following the cluster addition, such as what auto-generated code is added to the application. Lastly, example code is given to users for how to implement custom code to modify the OnOff attribute.