Skip to content

freddiefujiwara/google-home-cli

Repository files navigation

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

FAQ

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/freddiefujiwara/google-home-cli

About

Command line tool for google home

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published