ewelink-api icon indicating copy to clipboard operation
ewelink-api copied to clipboard

Reading the list of shared devices

Open ElectApp opened this issue 1 year ago • 0 comments

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: []

ElectApp avatar Mar 26 '24 05:03 ElectApp