Open thost96 opened 7 years ago
The BLE discovery cannot be launched in parallel. The main reason of this module is to serialize the discovery of BLE devices. The idea is that this module discovers them and then passes the discovery to modules like pimatic-sensortag that can do the connection
Okay, good to know. I don't think it's launched in parallel. Only updated the Package.json and the debug output. Worked fine for me under pimatic@0.9.x
@thost96 The condition if @devices?.length > 0
should be back in! Besides this you don't need the if @debug
condition as this will be handled automatically by the environment
General question: Does this also work with Raspberry Pi 3 builtin bluetooth radio?
I have seen that there is a discovery, but no devices are avaible. Also nothing at the frontend is avaibe or changed. What does this plugin actual do? Could you please explain this plugin a bit more?