Closed colinodell closed 7 years ago
My first attempt tonight: https://github.com/tchellomello/python-amcrest/pull/26
Implemented on #26.
@colinodell I believe this new PR (bellow) should cover this request, please let us know in case it's still missing something: https://github.com/tchellomello/python-amcrest/pull/28
Also, fell free to comment before we merge patches. Thanks!
Right now, it looks like
scan_devices()
might be the only function where you can pass in a custom timeout. In other cases, such assnapshot()
, there's no way to override the default timeout of 3 seconds.