Skip to content

Commit

Permalink
Sonos should default to office
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-parlette committed Jan 9, 2017
1 parent 9070ea5 commit 14a6629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonos/sonos
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ parser = argparse.ArgumentParser(description='Send commands to a sonos zone')
parser.add_argument('command', nargs='+',
help="Command to send\n"
"(play, pause, commercial, queue, volume, link)")
parser.add_argument('-z', '--zone', default='Basement',
help='Zone name to send command (Default: Basement)')
parser.add_argument('-z', '--zone', default='Office',
help='Zone name to send command (Default: Office)')
parser.add_argument('--commercial-time', type=int, default=5,
help='Time in minutes to pause playback for'
' a commercial break (Default 5)')
Expand Down

0 comments on commit 14a6629

Please sign in to comment.