Command line client for google home
- Node 7.6 or later
npm i -g google-home-cli
Usage: google-home-cli <host> <command> [arg]
Options:
-V, --version output the version number
-h, --help output usage information
$ 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
...
Bug reports and pull requests are welcome on GitHub at https://github.com/freddiefujiwara/google-home-cli