Class | Description |
---|---|
AmbientLight |
With this class you can adjust your lights in a way that they have the same
color and brightness as your screen.
|
LightObserver |
This class stores the current state of a given group of lights and adjusts
this state each time it changes.
|
Lights |
This class represents a group of LED light bulbs that are connected to a WiFi
box using the same group.
|
LightState | |
MilightColor |
This class extracts hue, saturation and brightness values from java.awt.Color
instances and transforms them to values that can be sent to the Milight WiFi
box.
|
MusicVisualizer |
With this class you can visualize your music using some group of lights.
|
Timer |
This class dims a group of lights over time from one brightness level to
another in a smooth way.
|
WiFiBox |
This class represents a MiLight WiFi box and is able to send commands to a
particular box.
|