google-home-cli
v1.0.5
Published
google-home-cli implementation by using fast-check
Downloads
38
Readme
google-home-cli
Command line client for google home
Requirements
- Node 7.6 or later
Installation
npm i -g google-home-cli
Usage
Usage: google-home-cli <host> <command> [arg]
Options:
-V, --version output the version number
-h, --help output usage information
Example
$ google-home-cli 192.168.1.101 volume
host:192.168.1.101
20
$ google-home-cli 192.168.1.101 volume 30
host:192.168.1.101
Set Volume 30%
$ google-home-cli 192.168.1.101 mute
host:192.168.1.101
Set Volume 0%
$ google-home-cli 192.168.1.101 unmute
host:192.168.1.101
Set Volume 30%
$ google-home-cli 192.168.1.101 status
host:192.168.1.101
...
$ google-home-cli 192.168.1.101 stop
host:192.168.1.101
...
FAQ
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/freddiefujiwara/google-home-cli