mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 13:03:31 +00:00
add gainlayers, levels, public_packet property object
add gainlayers, levels _get_rt now private method. public_packet now property object
This commit is contained in:
@@ -4,8 +4,7 @@ from time import sleep
|
||||
def main():
|
||||
with vban_cmd.connect('potato', ip='ws.local') as vban:
|
||||
for i in range(100):
|
||||
print(vban.strip[5].A1)
|
||||
print(vban.strip[5].A2)
|
||||
print(vban.bus[3].levels.all)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user