Closed gyurobenjamin closed 6 years ago
The only event what I got is the connected, and the first parameter is undefined.
device.on("connected",function(data){ console.log("I'm a new device connected"); console.log(data); // this will be undefined });
Oh, you're right, this is probably a bug. I will look at it. What do you expect data to be? The original message of the device trying to connect?
The only event what I got is the connected, and the first parameter is undefined.