info_response property added to base clase.

This commit is contained in:
onyx-and-iris
2022-11-07 17:27:41 +00:00
parent 78cd0b489a
commit 0606c8d107
3 changed files with 16 additions and 13 deletions

View File

@@ -2,6 +2,9 @@ import xair_api
def main():
kind_id = "XR18"
ip = "<ip address>"
with xair_api.connect(kind_id, ip=ip) as mixer:
mixer.strip[8].config.name = "sm7b"
mixer.strip[8].config.on = True
@@ -11,7 +14,4 @@ def main():
if __name__ == "__main__":
kind_id = "MR18"
ip = "<ip address>"
main()