项目作者: JoshMcguigan

项目描述 :
a minimal command line interface for Phillips Hue lights
高级语言: Rust
项目地址: git://github.com/JoshMcguigan/hue-cli.git
创建时间: 2018-04-28T23:12:46Z
项目社区:https://github.com/JoshMcguigan/hue-cli

开源协议:Other

下载


hue-cli

Hue CLI is a minimal command line interface for Phillips Hue lights utilizing this Hue API library.

Usage

  1. // Authenticate with the Hue bridge and store the login token locally
  2. hue-cli login
  3. // List the connected lights
  4. hue-cli ls
  5. // Send a command to the Hue bridge (on/off/toggle)
  6. hue-cli cmd on

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.