magic-home-rs

Crates.iomagic-home-rs
lib.rsmagic-home-rs
version0.1.0
created_at2025-11-30 19:57:52.836741+00
updated_at2025-11-30 19:57:52.836741+00
descriptionRust port of the magic-home library and CLI for controlling RGBW LED controllers over TCP/UDP
homepagehttps://github.com/dasBasti/magic-home-rs
repositoryhttps://github.com/dasBasti/magic-home-rs
max_upload_size
id1958752
size61,640
Bastian Neumann (DasBasti)

documentation

https://docs.rs/magic-home-rs

README

magic-home-rs

This is a Rust port of the magic-home cli and lib.

How to run

  • Run unit tests:

    cd hue-rs && cargo test
    
  • Run CLI (help):

    cd hue-rs && cargo run -- --help
    
  • Example discover:

    cd hue-rs && cargo run -- discover
    

Notes

  • You will need network access to discovery and device operations.
  • Unit tests currently validate parsing, building color commands and CLI parsing.
Commit count: 0

cargo fmt