How to properly end a scan? #542
-
Looking at the run_scanner.py example. If I wanted to cleanly shutdown the script after finding a specific mac address, what would be the proper steps be? Is it as simple as |
Beta Was this translation helpful? Give feedback.
Answered by
barbibulle
Aug 28, 2024
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mscottwvc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
await device.stop_scanning()
is all that's needed.