1.0.5 • Published 4 years ago

google-home-cli v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago