whizzosoftware / WZWave

A native Java library for interfacing with Z-Wave PC controllers
Eclipse Public License 1.0
33 stars 22 forks source link

How to know when the controller has finished scanning the network? #28

Open anton-johansson opened 6 years ago

anton-johansson commented 6 years ago

The controller.start(); method returns directly, and the Z-Wave network is scanned in another thread. I want to wait until this is done before allowing issuing commands to the network. Is it possible to know when the entire network is scanned?