-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
zigbee: Add light switch sample #2226
zigbee: Add light switch sample #2226
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 guess some documentation will be added as well later?
@mariuszpos what about docs? It should be in this PR. |
Documentation is available here: https://projecttools.nordicsemi.no/bitbucket/projects/KRKNWK/repos/fw-nrfconnect-nrf/pull-requests/2/overview The .rst file was deleted when the PR was declined. |
All checks are passing now. Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
Can we wait for #2208 to be merged and rebase? This would solve the need for removing cross-links for merge and having to add them again later on. |
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.
Just a few nits
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.
LGTM, thanks
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.
The documentation in this PR isn't accurate. There is no ZCL groups, SED, BLE etc. These will come in separate PRs.
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.
Checked locally. Approving, but please squash my changes.
Add light switch sample Signed-off-by: Mariusz Poslinski <[email protected]>
Are the changes in other samples and zigbee_helper intentional? |
Yes. In zigbee_helper was compilation warning which I fixed. Other examples required changes to the documentation for the switch. |
Add Zigbee light switch sample.
This PR depends on:
#2208