apps/web/src/core/subscriptions.ts:44 calls nodeDB.addDeviceMetrics(...) but nodeDB is never imported or defined in the module. Any incoming deviceMetrics telemetry packet throws ReferenceError: nodeDB is not defined.
Either restore the intended import, route to the SDK NodesClient (as the surrounding comments suggest ownership moved there), or delete the branch if the SDK already handles it.
apps/web/src/core/subscriptions.ts:44callsnodeDB.addDeviceMetrics(...)butnodeDBis never imported or defined in the module. Any incomingdeviceMetricstelemetry packet throwsReferenceError: nodeDB is not defined.Either restore the intended import, route to the SDK NodesClient (as the surrounding comments suggest ownership moved there), or delete the branch if the SDK already handles it.