Skip to content

Commit a2a4e48

Browse files
committed
Added EVSETargets to DefaultStorageKeyAllocator.h
1 parent d0c5492 commit a2a4e48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/support/DefaultStorageKeyAllocator.h

+5
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ class DefaultStorageKeyAllocator
245245
// when new fabric is created, this list needs to be updated,
246246
// when client init DefaultICDClientStorage, this table needs to be loaded.
247247
static StorageKeyName ICDFabricList() { return StorageKeyName::FromConst("g/icdfl"); }
248+
249+
// Energy EVSE cluster
250+
// Need a key to store the Charging Preference Targets which is a TLV of list of lists
251+
// Note not fabric scoped
252+
static StorageKeyName EVSETargets() { return StorageKeyName::FromConst("g/ev/targ"); }
248253
};
249254

250255
} // namespace chip

0 commit comments

Comments
 (0)