You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: