huectl-rs

Build Crate License Downloads

A command line interface to Philips Hue using the huelib crate.

Installation

Building from source

  1. Install and setup Rust
  2. Run cargo install huectl

Pre-compiled binary

  1. Download a binary from the release page
  2. Move the binary to your PATH

Configuration

Environment variables are used for configuration.

Usage

``` USAGE: huectl

FLAGS: -h, --help Prints help information -V, --version Prints version information

SUBCOMMANDS: config Modifies or prints the bridge configuration discover Discovers bridges in the local network group Modifies, prints, creates or deletes groups help Prints this message or the help of the given subcommand(s) light Modifies, prints, searches or deletes lights register Registers a new user on a bridge resourcelink Modifier, prints, creates or deletes resourcelinks rule Modifier, prints, creates or deletes rules scene Modifies, prints, creates or deletes scenes schedule Modifies, prints, creates or deletes schedules sensor Modifies, prints, searches or deletes sensors ```