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:
Hrishikesh Dhayagude
2026-01-02 13:19:46 +08:00
@@ -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