public class DeviceLight extends java.lang.Object
(专用程序包) int
B
G
(专用程序包) Device
mac
R
DeviceLight(Device mac)
DeviceLight(Device mac, int r, int g, int b)
void
flush(org.json.simple.JSONObject jsonObject)
setRGB(int r, int g, int b)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Device mac
int R
int G
int B
public DeviceLight(Device mac, int r, int g, int b)
public DeviceLight(Device mac)
public void setRGB(int r, int g, int b)
public void flush(org.json.simple.JSONObject jsonObject)
public java.lang.String toString()
toString
java.lang.Object