Skip to content

Dr4K4n/JLifx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JLifx

Small LIFX Wifi LED bulb control utility in Java.

Usage

Build the JAR and run it from the command line:

java -jar jlifx.jar

The supported commands are:

scan
switch  <mac-address|all> <on|off>
color   <mac-address|all> <color-name|rgb-hex-value>
blink   <mac-address|all> [times]
rainbow <mac-address|all>

Examples:

java -jar jlifx.jar switch all off
java -jar jlifx.jar blink AA:BB:CC:DD:EE:FF 3
java -jar jlifx.jar rainbow all

Packages

No packages published

Languages

  • Java 99.3%
  • Shell 0.7%