-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-43: Unify_UserCredential cluster integration in ZPC
Bug-SiliconLabs: UIC-3222 Bug-GitHub: #43 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
- Loading branch information
1 parent
c205ec1
commit 924445b
Showing
15 changed files
with
4,180 additions
and
90 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
applications/zpc/components/dotdot_mapper/rules/UserCredential.uam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// User Credential CC | ||
def zwUSER_CREDENTIAL_USER_COUNT 0x8302 | ||
def zwUSER_CREDENTIAL_SUPPORTED_CREDENTIAL_RULES 0x8303 | ||
def zwUSER_CREDENTIAL_SUPPORTED_USER_TYPES 0x8308 | ||
|
||
// This represents short CamelCase labels the attributes in the DotDot UserCredential cluster | ||
def zb_SupportedUserUniqueIdentifiers 0xfd080000 | ||
def zb_SupportedCredentialRules 0xfd080001 | ||
def zb_SupportedCredentialTypes 0xfd080002 | ||
def zb_SupportedUserTypes 0xfd080003 | ||
|
||
scope 0 chain_reaction(0) { | ||
r'zb_SupportedUserUniqueIdentifiers = r'zwUSER_CREDENTIAL_USER_COUNT | ||
r'zb_SupportedCredentialRules = r'zwUSER_CREDENTIAL_SUPPORTED_CREDENTIAL_RULES | ||
r'zb_SupportedUserTypes = r'zwUSER_CREDENTIAL_SUPPORTED_USER_TYPES | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.