We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae2c1b commit 53a0a24Copy full SHA for 53a0a24
src/app/codegen-data-model-provider/CodegenDataModelProvider.cpp
@@ -295,6 +295,7 @@ std::optional<DataModel::CommandEntry> EnumeratorCommandFinder::FindCommandEntry
295
// TODO: DeviceTypeEntry content is IDENTICAL to EmberAfDeviceType, so centralizing
296
// to a common type is probably better. Need to figure out dependencies since
297
// this would make ember return datamodel-provider types.
298
+// See: https://github.com/project-chip/connectedhomeip/issues/35889
299
DataModel::DeviceTypeEntry DeviceTypeEntryFromEmber(const EmberAfDeviceType & other)
300
{
301
DataModel::DeviceTypeEntry entry;
0 commit comments