ewelink-api
ewelink-api copied to clipboard
Reading the list of shared devices
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:
[]