whizzosoftware / WZWave

A native Java library for interfacing with Z-Wave PC controllers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

anton-johansson opened this issue · comments

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?