Skip to content

Commit

Permalink
Update cli.py (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseomartelli authored and ludeeus committed Jan 30, 2019
1 parent 8bd5eac commit 77e1750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googledevices/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def debug(host, test, timeout=30):
@commands.command('alarm-volume')
@click.argument('host', required=1)
@click.option('--mode', '-M', type=str, required=1, help="'get' or 'set'")
@click.option('--volume', '-V', type=int)
@click.option('--volume', '-V', type=float)
def alarm_volume(host, mode, volume=None):
"""Get or set alarm volume."""
import googledevices.cli.commands.alarm_volume as command
Expand Down

0 comments on commit 77e1750

Please # to comment.