mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'fix/software-diagnostic-init' into 'main'
Fix incorrect cluster ID used in Software Diagnostics init callback See merge request app-frameworks/esp-matter!1379
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ LazyRegisteredServerCluster<SoftwareDiagnosticsServerCluster> gServer;
|
||||
|
||||
bool IsAttributeEnabled(EndpointId endpointId, AttributeId attributeId)
|
||||
{
|
||||
return endpoint::is_attribute_enabled(endpointId, GeneralDiagnostics::Id, attributeId);
|
||||
return endpoint::is_attribute_enabled(endpointId, SoftwareDiagnostics::Id, attributeId);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user