Crates.io | philipshue-edj |
lib.rs | philipshue-edj |
version | 0.3.3 |
source | src |
created_at | 2019-03-30 22:42:38.617476 |
updated_at | 2019-03-30 22:42:38.617476 |
description | Rust library for Philips Hue lights |
homepage | http://www.orangenose.com/products/philipshue/ |
repository | http://github.com/Orangenosecom/philipshue |
max_upload_size | |
id | 124845 |
size | 61,251 |
Library for interacting with the Hue API in order to control Hue lights.
The goal of this library is to provide an easy way of interacting with the Hue API using Rust.
When building, you might encounter problems with OpenSSL. You may have to manually tell Rust where OpenSSL is located through environment variables. Have a look at the README of rust-openssl for more help.
If you'd rather like to not use SSL, you can disable it by turning off default features and use UPnP for discovering instead:
[dependencies.philipshue]
version = "*"
default-features = false
features = ["unstable"]
Although this currently requires using nightly Rust.