Searched refs:connectorModule (Results 1 – 1 of 1) sorted by relevance
1137 let connectorModule = await import('./server_connector.js'); variable1138 let deviceId = connectorModule.deviceId();1141 await ConnectDevice(deviceId, await connectorModule.createConnector());1143 if (connectorModule.createParentController) {1144 parentController = connectorModule.createParentController();