delay kwarg added.

delay added to README

delay for test suites reduced to 0.008

main stereo added to adapter tests
This commit is contained in:
onyx-and-iris
2022-11-08 15:09:20 +00:00
parent 7015383b98
commit 0b20ac953f
5 changed files with 54 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ from xair_api import kinds
kind_id = "X32"
ip = "x32.local"
tests = xair_api.connect(kind_id, ip=ip)
tests = xair_api.connect(kind_id, ip=ip, delay=0.008)
kind = kinds.get(kind_id)