implement set_default_mixer command
This commit is contained in:
parent
04413f58e1
commit
1c5ca4fdfd
1 changed files with 2 additions and 2 deletions
2
mixer.py
2
mixer.py
|
@ -176,7 +176,7 @@ def main():
|
|||
|
||||
case 'set_default_layer':
|
||||
mixer = Mixer(args.ip, MIXER_PORT)
|
||||
# mixer.set_layer()
|
||||
mixer.scene_recall(0)
|
||||
|
||||
case 'watch':
|
||||
mixer = Mixer(args.ip, MIXER_PORT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue