huehue

Crates.iohuehue
lib.rshuehue
version0.4.1
sourcesrc
created_at2021-12-31 00:04:58.695331
updated_at2022-02-15 22:50:20.68866
descriptionRust wrapper for Hue v2 API.
homepagehttps://github.com/vgobbo/huehue#huehue
repositoryhttps://github.com/vgobbo/huehue
max_upload_size
id505559
size77,071
Vinicius Gobbo Antunes de Oliveira (vgobbo)

documentation

README

Huehue

A Rust wrapper for Hue API v2.

Note that the Hue API v2 is in early access at the time of writing, so an upgrade to it could break applications in unpredictable way.

Features

  • Hue Bridge certificate validation.
  • Bridge discovery:
  • Devices:
    • list devices.
  • Light:
  • Smart plug:
    • switch on/off.
    • note: smart plug is exposed as a light, since it is also listed as a light by Hue.
  • XY to RGB and RGB to XY conversion.

Examples

The examples folder has fully functional sample applications to demonstrate some implemented features. The examples aim to be trivial to understand by focusing on specific functionality, and should be easy to copy and build your own application.

Simply use cargo to run the desired example:

$ cargo run --example scan

Scanning for bridges for 5 seconds.
1 bridges found.

> Bridge #1:
        Identifier: 1231231231231234
        Model: BSB002
        Version: 1948086000
        Address: 192.168.2.124
        Supported: true
Commit count: 97

cargo fmt