Merge branch 'backport/1.5/software_diagnostic_integration_fix' into 'release/v1.5'

[v1.5]: Fix incorrect cluster ID used in Software Diagnostics init callback

See merge request app-frameworks/esp-matter!1431
This commit is contained in:
Hrishikesh Dhayagude
2026-02-16 15:56:16 +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