Back to project page HackedLights.
The source code is released under:
MIT License
If you think the Android project HackedLights listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.djs.lightStrandClient; //from ww w. j a va 2 s . com public enum LightCode { Off, On, Brighter, Dimmer, Flash, Strobe, Fade, Smooth, White, Red, RedOrange, Orange, OrangeYellow, Yellow, Green, LightGreen, GreenBlue, LightBlue, MediumBlue, Blue, DarkBlue, DarkPurple, MediumPurple, LightPurple }