mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
add self.buff, runmany
add self.buff and test for equality against private packet before returning as public packet. add runmany
This commit is contained in:
@@ -3,8 +3,9 @@ from time import sleep
|
||||
|
||||
def main():
|
||||
with vban_cmd.connect('potato', ip='ws.local') as vban:
|
||||
for i in range(8):
|
||||
print(vban.bus[i].levels.all)
|
||||
for i in range(100):
|
||||
print(vban.strip[5].A1)
|
||||
print(vban.strip[5].A2)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user