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:
onyx-and-iris
2022-02-26 23:57:19 +00:00
parent 416550fa95
commit 0f18116cd1
8 changed files with 55 additions and 65 deletions

View File

@@ -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()