first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package cn.icomon.icdevicemanager.flutter;
|
||||
|
||||
public class SkipLightSettingData {
|
||||
public int r;
|
||||
public int g;
|
||||
public int b;
|
||||
public int rpm;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "SkipLightSettingData{" +
|
||||
"r=" + r +
|
||||
", g=" + g +
|
||||
", b=" + b +
|
||||
", rpm=" + rpm +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user