implement set_default_mixer command
This commit is contained in:
parent
0af2dabf6b
commit
38a3d23b91
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':
|
case 'set_default_layer':
|
||||||
mixer = Mixer(args.ip, MIXER_PORT)
|
mixer = Mixer(args.ip, MIXER_PORT)
|
||||||
# mixer.set_layer()
|
mixer.scene_recall(0)
|
||||||
|
|
||||||
case 'watch':
|
case 'watch':
|
||||||
mixer = Mixer(args.ip, MIXER_PORT)
|
mixer = Mixer(args.ip, MIXER_PORT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue