Fixed hue issue
This commit is contained in:
parent
50a4cf1576
commit
bbb34a47c9
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class MCTPAudioCmd implements CommandExecutor {
|
|||
|
||||
data.put("task", "HUE");
|
||||
data.put("rgb", r + ":" + g + ":" + b);
|
||||
data.put("type", type);
|
||||
data.put("type", type.name());
|
||||
data.put("uuid", p.getUniqueId().toString().replace("-", ""));
|
||||
Main.getClient().sendData(data);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue