google-home-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i google-home-cli

Weekly Downloads

7

Version

1.0.5

License

MIT

Unpacked Size

18.1 kB

Total Files

8

Last publish

Collaborators

  • freddiefujiwara