demirhanaydin
demirhanaydin
@ess yeah, it's been pretty long time. I've resolved conflicts and rebased it with master. Seems like there are some problems with older ruby versions according to travis. I'll look...
Instead of deciding when to start or stop scanning inside the library, I just handoff this job to the library user. There is a delegated method called `stopScanning` [here](https://github.com/demirhanaydin/node-mi-flora/blob/master/index.js#L118) which...
Thanks for the pr @webnator. I'll go through it when I get my new flora to test it. Also I gotta need to create a test coverage for the package...
The library works with raspberry pi 3's bluetooth (I've used it with mine) but I have no experience with Homebridge before. I'll put your suggestion to the enhancement list.
I have no intention to work on homebridge plugin right now but I'll be happy to review any pull request related with homebridge integration.
At the time when I've started to write the library, the firmware was 2.6.2. But I've upgraded mine to 2.8.6 right now and tested the library. As you said, they...
The data which noble provided looks weird. Not sure what causes this because firmware data looks fine. Would you please try to test it standalone? Here is how you can...
This shouldn't be the case because it enables the realtime value with [this](https://github.com/demirhanaydin/node-mi-flora/blob/master/index.js#L65) which does the same thing that you shared.