-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Missing integration of ZCL layer with CHIP messaging layer to receive messages #598
Labels
Milestone
Comments
Complete |
jrhees-cae
added a commit
to jrhees-cae/connectedhomeip
that referenced
this issue
Aug 3, 2023
- Perform Lock/Unlock operations with User/PIN is F.PIN and F.COTA are supported - Allow RequirePINforRemoteOperation attribute to be TRUE or FALSE - Allow EnablePrivacyModeButton attribute to be either TRUE or FALSE - Allow EnableInsideStatusLED attribute to be either TRUE or FALSE - Allow EnableOneTouchLocking attribute to be either TRUE or FALSE - Allow EnableLocalProgramming attribute to be either TRUE or FALSE - Allow SupportedOperatingModes attribute to be any of the valid combinations Fixes project-chip#598
mergify bot
pushed a commit
that referenced
this issue
Aug 10, 2023
* Fix various issues in TC-DRLK-2.1: - Perform Lock/Unlock operations with User/PIN is F.PIN and F.COTA are supported - Allow RequirePINforRemoteOperation attribute to be TRUE or FALSE - Allow EnablePrivacyModeButton attribute to be either TRUE or FALSE - Allow EnableInsideStatusLED attribute to be either TRUE or FALSE - Allow EnableOneTouchLocking attribute to be either TRUE or FALSE - Allow EnableLocalProgramming attribute to be either TRUE or FALSE - Allow SupportedOperatingModes attribute to be any of the valid combinations Fixes #598 * Restyled by whitespace * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io <[email protected]>
abpoth
pushed a commit
to abpoth/connectedhomeip
that referenced
this issue
Aug 15, 2023
* Fix various issues in TC-DRLK-2.1: - Perform Lock/Unlock operations with User/PIN is F.PIN and F.COTA are supported - Allow RequirePINforRemoteOperation attribute to be TRUE or FALSE - Allow EnablePrivacyModeButton attribute to be either TRUE or FALSE - Allow EnableInsideStatusLED attribute to be either TRUE or FALSE - Allow EnableOneTouchLocking attribute to be either TRUE or FALSE - Allow EnableLocalProgramming attribute to be either TRUE or FALSE - Allow SupportedOperatingModes attribute to be any of the valid combinations Fixes project-chip#598 * Restyled by whitespace * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io <[email protected]>
s07641069
pushed a commit
to s07641069/connectedhomeip
that referenced
this issue
Aug 22, 2023
* Fix various issues in TC-DRLK-2.1: - Perform Lock/Unlock operations with User/PIN is F.PIN and F.COTA are supported - Allow RequirePINforRemoteOperation attribute to be TRUE or FALSE - Allow EnablePrivacyModeButton attribute to be either TRUE or FALSE - Allow EnableInsideStatusLED attribute to be either TRUE or FALSE - Allow EnableOneTouchLocking attribute to be either TRUE or FALSE - Allow EnableLocalProgramming attribute to be either TRUE or FALSE - Allow SupportedOperatingModes attribute to be any of the valid combinations Fixes project-chip#598 * Restyled by whitespace * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Missing integration of ZCL layer with CHIP messaging layer to receive messages
Proposed Solution
Need to ingest and decode these messages.
The text was updated successfully, but these errors were encountered: