Skip to content

A web UI for onboarding and managing LIFX lights on the local network with no need for the official app

Notifications You must be signed in to change notification settings

ssMMiles/lifx-desktop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web UI for onboarding and managing LIFX lights on the local network with no need for the official app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published