mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-15 17:40:57 +00:00
set mute_group True in example
This commit is contained in:
parent
95260e8e5e
commit
eacf1d1c61
@ -22,7 +22,7 @@ class Observer:
|
||||
print("Settings strip 02 color")
|
||||
self._mixer.strip[1].config.color = 8
|
||||
case "LIVE":
|
||||
self._mixer.config.mute_group[0].on = False
|
||||
self._mixer.config.mute_group[0].on = True
|
||||
print(f"Mute Group 1 is {self._mixer.config.mute_group[0].on}")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user