Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 741 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 741 Bytes

LIFX Desktop App

Avoid needing the LIFX app, this is intended to at some point be a desktop app used can control lights from your taskbar. Currently it just runs a basic web UI on port 3000 exposing the controls.

Supports onboarding new lights, switching on/off, changing brightness and colour.

Running

  1. Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Clone this repo and the underlying LIFX library
git clone https://github.com/ssMMiles/lifx-lan
git clone https://github.com/ssMMiles/lifx-desktop-app
  1. Run the app
cd lifx-desktop-app
cargo run

Done! You should now be able to access the web UI at http://localhost:3000

Web UI