Skip to content

Commit

Permalink
prefix icd_cic key with g/ as it is a generic key/not tied to a fabric (
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored and pull[bot] committed Jan 26, 2024
1 parent 02c2b13 commit 2231810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/support/DefaultStorageKeyAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class DefaultStorageKeyAllocator
static StorageKeyName GroupControlCounter() { return StorageKeyName::FromConst("g/gcc"); }

// ICD Check-In Counter
static StorageKeyName ICDCheckInCounter() { return StorageKeyName::FromConst("icd/cic"); }
static StorageKeyName ICDCheckInCounter() { return StorageKeyName::FromConst("g/icd/cic"); }

// Device Information Provider
static StorageKeyName UserLabelLengthKey(EndpointId endpoint) { return StorageKeyName::Formatted("g/userlbl/%x", endpoint); }
Expand Down

0 comments on commit 2231810

Please sign in to comment.