How can I write a program to read a list of shared devices? I've tried using the function getDevices() and it doesn't find the entry. ` const devices = await connection.getDevices(); console.log(devices);` Output log: `[]`