You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Route adapter.diagnostic notifications to diagnostics log
AdapterClient now connects to AdapterProcess::notificationReceived and
emits diagnosticReceived(level, message) for adapter.diagnostic
notifications. ModbusPoll connects to this signal and routes the message
to the existing scopeComm logging category using the appropriate
qCDebug/qCInfo/qCWarning call, so adapter-side log messages flow through
ScopeLogging into DiagnosticModel alongside host-side entries.
Tests updated: notificationIgnored now also verifies diagnosticReceived
stays silent for non-diagnostic notifications. Two new tests cover
warning and debug level forwarding.
https://claude.ai/code/session_01UhRoTiKzKdkuurvzKQBVjr
0 commit comments