Skip to content

Commit 53a0a24

Browse files
committed
Add comment for newly created issue.
1 parent 7ae2c1b commit 53a0a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/codegen-data-model-provider/CodegenDataModelProvider.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ std::optional<DataModel::CommandEntry> EnumeratorCommandFinder::FindCommandEntry
295295
// TODO: DeviceTypeEntry content is IDENTICAL to EmberAfDeviceType, so centralizing
296296
// to a common type is probably better. Need to figure out dependencies since
297297
// this would make ember return datamodel-provider types.
298+
// See: https://github.com/project-chip/connectedhomeip/issues/35889
298299
DataModel::DeviceTypeEntry DeviceTypeEntryFromEmber(const EmberAfDeviceType & other)
299300
{
300301
DataModel::DeviceTypeEntry entry;

0 commit comments

Comments
 (0)