ludeeus / googledevices

Get information from, and control various Google devices.
https://pypi.org/project/googledevices/
MIT License
20 stars 4 forks source link

Update cli.py to fix the volume command #43

Closed eliseomartelli closed 5 years ago

eliseomartelli commented 5 years ago

The volume is expressed as a float but the command accepts an int. This should fix that.