jasongin / noble-uwp

Noble (Node.js Bluetooth LE) with Windows 10 UWP bindings
MIT License
83 stars 45 forks source link

noble-uwp.state returns undefined #70

Open scallacs opened 5 years ago

scallacs commented 5 years ago

Before using noble i'm checking if noble.state is one of the following state: "resetting", "poweredOff", "poweredOn" which is fine with noble.

With noble-uwp, noble.state returns undefined.

It's not very important but as the documentation says it can be used as the same way as noble, it may be an issue.